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 bf2f96f commit 5533b26Copy full SHA for 5533b26
tests/mcmc_test.py
@@ -137,7 +137,7 @@ def test_c2st_pymc_sampler_on_Gaussian(
137
step: str,
138
num_chains: int,
139
num_dim: int = 2,
140
- num_samples: int = 1000,
+ num_samples: int = 1100, # Had to change from 1000 to 1100 in #1247.
141
warmup: int = 100,
142
):
143
"""Test PyMC on Gaussian, comparing to ground truth target via c2st."""
0 commit comments