diff --git a/tests/test_openap.py b/tests/test_openap.py index 29a31b9d..2898393d 100644 --- a/tests/test_openap.py +++ b/tests/test_openap.py @@ -1,4 +1,4 @@ -from traffic.data.samples import fuelflow_a320 # type: ignore +from traffic.data.samples import fuelflow_a320 def test_openap() -> None: @@ -15,4 +15,4 @@ def test_openap() -> None: reference = resampled.data.fuelflow prediction = openap.data.fuelflow - assert (reference - prediction).abs().mean() / reference.max() < 0.03 + assert (reference - prediction).abs().mean() / reference.max() < 0.05