Skip to content

Commit d092dd8

Browse files
springcoiltwiecki
authored andcommitted
WIP: Attempt to fix the test bug (#1329)
1 parent 4456a04 commit d092dd8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pymc3/tests/test_distributions_random.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -530,7 +530,7 @@ def test_categorical(self):
530530
'Categorical cannot be initialised with >1D probabilities')
531531
self.check(Categorical, p=self.ones / self.n)
532532

533-
533+
nr.seed(20090425)
534534
@attr('scalar_parameter_samples')
535535
class ScalarParameterSamples(unittest.TestCase):
536536

0 commit comments

Comments
 (0)