Skip to content

Commit 5533b26

Browse files
fixup for failing hmc test
1 parent bf2f96f commit 5533b26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/mcmc_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ def test_c2st_pymc_sampler_on_Gaussian(
137137
step: str,
138138
num_chains: int,
139139
num_dim: int = 2,
140-
num_samples: int = 1000,
140+
num_samples: int = 1100, # Had to change from 1000 to 1100 in #1247.
141141
warmup: int = 100,
142142
):
143143
"""Test PyMC on Gaussian, comparing to ground truth target via c2st."""

0 commit comments

Comments
 (0)