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 67a4eca commit cb94347Copy full SHA for cb94347
tests/test_pymc.py
@@ -92,5 +92,5 @@ def test_pymc_model_shared():
92
np.testing.assert_allclose(trace2.posterior.a.mean().values, 10.0, atol=0.5)
93
94
compiled3 = compiled.with_data(mu=0.5, sigma=3 * np.ones(4))
95
- with pytest.raises(ValueError):
+ with pytest.raises(RuntimeError):
96
nutpie.sample(compiled3, chains=1)
0 commit comments