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 37260d2 commit 3962da8Copy full SHA for 3962da8
tests/pathfinder/test_pathfinder.py
@@ -97,8 +97,8 @@ def unstable_lbfgs_update_mask_model() -> pm.Model:
97
def test_unstable_lbfgs_update_mask(capsys, jitter):
98
model = unstable_lbfgs_update_mask_model()
99
100
- # Both 500.0 and 1000.0 jitter values can cause all paths to fail due to numerical overflow
101
if jitter < 500.0:
+ # Low jitter values should succeed
102
with model:
103
idata = pmx.fit(
104
method="pathfinder",
0 commit comments