Skip to content

Commit

Permalink
Update test_fitting_morphing.py
Browse files Browse the repository at this point in the history
  • Loading branch information
VanyaBelyaev authored Apr 3, 2024
1 parent 6b8672b commit 45820e2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ostap/fitting/tests/test_fitting_morphing.py
Original file line number Diff line number Diff line change
Expand Up @@ -154,11 +154,11 @@ def test_morphing_N2 () :

shapes = {}

mmin , mmax = 5.0 , 15.0
mmin , mmax = 8.0 , 12.0
smin , smax = 0.5 , 5.5

for i , mean in enumerate ( vrange ( mmin , mmax , 20 ) ) :
for j , sigma in enumerate ( vrange ( smin , smax , 20 ) ) :
for i , mean in enumerate ( vrange ( mmin , mmax , 10 ) ) :
for j , sigma in enumerate ( vrange ( smin , smax , 10 ) ) :
gauss = Models.Gauss_pdf ( 'G3_%d_%d' % ( i , j ) ,
xvar = mass ,
mean = ROOT.RooFit.RooConst ( mean ) ,
Expand Down

0 comments on commit 45820e2

Please sign in to comment.