Skip to content

Commit

Permalink
treat max-calls
Browse files Browse the repository at this point in the history
  • Loading branch information
VanyaBelyaev committed Apr 3, 2024
1 parent 433062c commit 6b8672b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ostap/fitting/tests/test_fitting_morphing.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,9 @@
mass.setVal ( v )
ds.add ( varset )

conf = { 'refit' : 5 , 'maxcalls' : 1000000 }
conf = { 'refit' : 5 }

if (6,27) <= root_info : conf [ 'maxcalls' ] = 1000000
if (6,29) <= root_info :
conf [ 'minimizer'] = 'Minuit','migrad'
conf [ 'hesse' ] = True
Expand Down

0 comments on commit 6b8672b

Please sign in to comment.