Skip to content

Commit

Permalink
tix a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
VanyaBelyaev committed Jul 3, 2024
1 parent 774ccd6 commit e73e7b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ostap/fitting/pdfbasic.py
Original file line number Diff line number Diff line change
Expand Up @@ -1298,7 +1298,7 @@ def nll ( self ,
self.debug ( 'nll: createNLL args: %s'% list ( opts ) )

if ( 6 , 32 ) <= root_info :
return Ostap.MoreRooFit.createNLL ( self.pdf , dataset , *opts ), sF
return Ostap.MoreRooFit.createNLL ( self.pdf , dataset , *opts ), sf

if len ( opts ) < 8 and root_info < ( 6 , 29 ) :
return self.pdf.createNLL ( dataset , *opts ) , sf
Expand Down

0 comments on commit e73e7b9

Please sign in to comment.