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 a44cb05 commit d5eebc0Copy full SHA for d5eebc0
pymc3/tests/test_sampling.py
@@ -678,6 +678,8 @@ def test_deterministic_of_observed(self):
678
npt.assert_allclose(ppc["in_1"] + ppc["in_2"], ppc["out"], rtol=rtol)
679
680
def test_deterministic_of_observed_modified_interface(self):
681
+ np.random.seed(4982)
682
+
683
meas_in_1 = pm.aesaraf.floatX(2 + 4 * np.random.randn(100))
684
meas_in_2 = pm.aesaraf.floatX(5 + 4 * np.random.randn(100))
685
with pm.Model() as model:
0 commit comments