We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 025c448 commit b3a2d2eCopy full SHA for b3a2d2e
pymc3/tests/test_sampling.py
@@ -655,6 +655,8 @@ def test_model_shared_variable(self):
655
npt.assert_allclose(post_pred["p"], expected_p)
656
657
def test_deterministic_of_observed(self):
658
+ np.random.seed(8442)
659
+
660
meas_in_1 = pm.aesaraf.floatX(2 + 4 * np.random.randn(10))
661
meas_in_2 = pm.aesaraf.floatX(5 + 4 * np.random.randn(10))
662
nchains = 2
0 commit comments