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 5b43a75 commit 6cb5402Copy full SHA for 6cb5402
tests/test_openap.py
@@ -15,4 +15,4 @@ def test_openap() -> None:
15
reference = resampled.data.fuelflow
16
prediction = openap.data.fuelflow
17
18
- assert (reference - prediction).abs().mean() / reference.max() < 0.03
+ assert (reference - prediction).abs().mean() / reference.max() < 0.05
0 commit comments