Skip to content

Commit 3962da8

Browse files
committed
Fix CI test failure
1 parent 37260d2 commit 3962da8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/pathfinder/test_pathfinder.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,8 +97,8 @@ def unstable_lbfgs_update_mask_model() -> pm.Model:
9797
def test_unstable_lbfgs_update_mask(capsys, jitter):
9898
model = unstable_lbfgs_update_mask_model()
9999

100-
# Both 500.0 and 1000.0 jitter values can cause all paths to fail due to numerical overflow
101100
if jitter < 500.0:
101+
# Low jitter values should succeed
102102
with model:
103103
idata = pmx.fit(
104104
method="pathfinder",

0 commit comments

Comments
 (0)