Skip to content

Commit

Permalink
?
Browse files Browse the repository at this point in the history
  • Loading branch information
VanyaBelyaev committed Jan 16, 2025
1 parent 94335a0 commit 626be8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ostap/fitting/roostats.py
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ def __init__ ( self ,
constraints = cnts

## Inform ModelConfig on the constraints
if ( 6 , 28 ) <= root_info : self.__mc.SetExternalConstraints ( constraints )
if ( 6 , 28 , 10 ) <= root_info : self.__mc.SetExternalConstraints ( constraints )
self.__external_constraints = constraints

self.__raw_pdf = raw_pdf
Expand Down

0 comments on commit 626be8e

Please sign in to comment.