Skip to content

Commit

Permalink
fix?
Browse files Browse the repository at this point in the history
  • Loading branch information
VanyaBelyaev committed Jan 15, 2025
1 parent ca036a6 commit 689c51f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ostap/fitting/tests/test_fitting_roostats5.py
Original file line number Diff line number Diff line change
Expand Up @@ -393,7 +393,7 @@ def test_point_limit_4() :

with FIXVAR ( POI ) :
POI.setVal ( 0 )
rB , _ = the_model.fitTo ( data , silent = True , constraints = True )
rB , _ = the_model.fitTo ( data , silent = True , constraints = constraints )

# create ModelConfig for 'B-only' model
model_b = ModelConfig ( pdf = the_model ,
Expand Down

0 comments on commit 689c51f

Please sign in to comment.