Skip to content

Commit 8fd566c

Browse files
committed
test(regression): set absolute tolerance to 0.5 kmol
- Update regression comparison to use an absolute tolerance of 0.5 kmol - Replace previous numerical tolerance (1e-8) with a physically meaningful threshold - Keep relative tolerance (rtol=1e-9) unchanged for floating-point stability
1 parent a0b8dcd commit 8fd566c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/regression/test_regression.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,5 +151,5 @@ def test_regression_matches_baseline(
151151
got_payload=run.payload,
152152
baseline_payload=baseline_payload,
153153
rtol=1e-9,
154-
atol=1e-8,
154+
atol=0.5,
155155
)

0 commit comments

Comments
 (0)