Skip to content

Commit

Permalink
another seed to make it OK
Browse files Browse the repository at this point in the history
  • Loading branch information
dokester committed Nov 7, 2024
1 parent 0956ebf commit bc28813
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BayesicFitting/test/TestNestedSampler.py
Original file line number Diff line number Diff line change
Expand Up @@ -375,7 +375,7 @@ def test3( self ):

gm.setLimits( lolim, hilim )

ns = NestedSampler( x, gm, y, w, seed=99 )
ns = NestedSampler( x, gm, y, w, seed=999 )
ns.distribution.setLimits( [0.01, 10] )
ns.copymode = 1
# ns.bestBoost = True
Expand Down

0 comments on commit bc28813

Please sign in to comment.