Skip to content

Commit bc28813

Browse files
committed
another seed to make it OK
1 parent 0956ebf commit bc28813

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

BayesicFitting/test/TestNestedSampler.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -375,7 +375,7 @@ def test3( self ):
375375

376376
gm.setLimits( lolim, hilim )
377377

378-
ns = NestedSampler( x, gm, y, w, seed=99 )
378+
ns = NestedSampler( x, gm, y, w, seed=999 )
379379
ns.distribution.setLimits( [0.01, 10] )
380380
ns.copymode = 1
381381
# ns.bestBoost = True

0 commit comments

Comments
 (0)