Skip to content

Commit

Permalink
fix tests openap
Browse files Browse the repository at this point in the history
  • Loading branch information
xoolive committed Dec 13, 2024
1 parent 5b43a75 commit da6365c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_openap.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from traffic.data.samples import fuelflow_a320 # type: ignore
from traffic.data.samples import fuelflow_a320


def test_openap() -> None:
Expand All @@ -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

0 comments on commit da6365c

Please sign in to comment.