Skip to content

Commit

Permalink
fix ?
Browse files Browse the repository at this point in the history
  • Loading branch information
VanyaBelyaev committed Oct 10, 2024
1 parent c29eb24 commit a40cf28
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ReleaseNotes/release_notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
1. add meaningful `description` argument to all `progress_bar` instance
1. extend `gof1d` and `gofnd` tests
1. Add `RooAddPdf::fixCoefNormalization( vars )` for all appearences of `RooAddPdf`
1. Add (fictive) contetx mnager protocol to WorkManager
1. Add (fictive) context mnager protocol to WorkManagers

## Backward incompatible

Expand Down
2 changes: 1 addition & 1 deletion ostap/stats/tests/test_stats_gof1d.py
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ def run_USTAT ( pdf , data, result , logger ) :

rows = [ ( 't-value' , 'x[..]', 'p-value [%]' , '#sigma' ) ]

ustat = USTAT ( nToys = 1000 , histo = 100 , parallel = True )
ustat = USTAT ( nToys = 1000 , histo = 100 )

pdf.load_params ( result , silent = True )

Expand Down

0 comments on commit a40cf28

Please sign in to comment.