Skip to content

Commit

Permalink
WIP: Attempt to fix the test bug (#1329)
Browse files Browse the repository at this point in the history
  • Loading branch information
springcoil authored and twiecki committed Sep 6, 2016
1 parent 4456a04 commit d092dd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pymc3/tests/test_distributions_random.py
Original file line number Diff line number Diff line change
Expand Up @@ -530,7 +530,7 @@ def test_categorical(self):
'Categorical cannot be initialised with >1D probabilities')
self.check(Categorical, p=self.ones / self.n)


nr.seed(20090425)
@attr('scalar_parameter_samples')
class ScalarParameterSamples(unittest.TestCase):

Expand Down

0 comments on commit d092dd8

Please sign in to comment.