Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Adjust sbottom region A regression test tolerance for GHA runner change #1364

Merged
merged 8 commits into from
Mar 18, 2021
2 changes: 1 addition & 1 deletion tests/test_regression.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ def test_sbottom_regionA_1300_205_60(
0.8910420971601081,
]
),
rtol=1e-5,
rtol=1.5e-5,
)
)

Expand Down