Skip to content

Commit d367385

Browse files
Luke LBricardoV94
Luke LB
authored andcommitted
threshold changed to reduce probability of test failure.
1 parent d018cba commit d367385

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pymc/tests/test_smc.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,7 @@ def test_one_gaussian(self):
314314
assert abs(self.data.std() - trace["b"].mean()) < 0.05
315315

316316
assert pr_p["s"].shape == (1000, 1000)
317-
assert abs(0 - pr_p["s"].mean()) < 0.10
317+
assert abs(0 - pr_p["s"].mean()) < 0.15
318318
assert abs(1.4 - pr_p["s"].std()) < 0.10
319319

320320
assert po_p["s"].shape == (1000, 1000)

0 commit comments

Comments
 (0)