Skip to content

Commit

Permalink
fix ?
Browse files Browse the repository at this point in the history
  • Loading branch information
VanyaBelyaev committed Jun 24, 2024
1 parent 90882a9 commit 12162dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ostap/fitting/tests/test_fitting_pypdf3.py
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ def clone ( self , newname ) :
cloned = MyGauss1( name , clone = self )

ROOT.SetOwnership ( cloned , False )
self.store.add ( cloned )
if (6,32) <= root_info : self.store.add ( cloned )

return cloned

Expand Down Expand Up @@ -243,7 +243,7 @@ def clone ( self , newname ) :
name = newname if newname else self.name
cloned = MyGauss2 ( name , clone = self )
ROOT.SetOwnership ( cloned , False )
self.store.add ( cloned )
if ( 6 ,32 ) <= root_info : self.store.add ( cloned )
return cloned

## declare analytical integral
Expand Down

0 comments on commit 12162dc

Please sign in to comment.