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 6cb5402
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_openap.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 6cb5402

Please sign in to comment.