Skip to content

Commit

Permalink
fix ?
Browse files Browse the repository at this point in the history
  • Loading branch information
VanyaBelyaev committed Jul 9, 2024
1 parent bb0c8fc commit d6c1f38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ostap/fitting/efficiency.py
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ def fitTo ( self , dataset , silent = True , refit = 3 , args = () , **kwargs )
args = vargs , **kwargs )

## reset data token (problem appears at 6.33
if ( 6 , 28 ) <= root_info :
if ( 6 , 30 ) <= root_info :
for v in self.pdf_fit.variables :
if v.hasDataToken() :
self.pdf_fit.warning ( 'Reset data token for %s' % v.name )
Expand Down

0 comments on commit d6c1f38

Please sign in to comment.