Skip to content

Commit

Permalink
fix: for failing hmc test (#1247)
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeldeistler authored Aug 29, 2024
1 parent bf2f96f commit e17aeaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/mcmc_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ def test_c2st_pymc_sampler_on_Gaussian(
step: str,
num_chains: int,
num_dim: int = 2,
num_samples: int = 1000,
num_samples: int = 1100, # Had to change from 1000 to 1100 in #1247.
warmup: int = 100,
):
"""Test PyMC on Gaussian, comparing to ground truth target via c2st."""
Expand Down

0 comments on commit e17aeaf

Please sign in to comment.