Skip to content

Commit

Permalink
fix: cushion turbojet test tolerance
Browse files Browse the repository at this point in the history
  • Loading branch information
eckelsjd committed Dec 3, 2024
1 parent f5b7ad3 commit 9fea281
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_system.py
Original file line number Diff line number Diff line change
Expand Up @@ -484,4 +484,4 @@ def _object_to_numeric(array): # for field quantities
# Check error
final_iter = system.train_history[-1]
for var, perf in final_iter['test_error'].items():
assert perf < 0.15
assert perf < 0.2

0 comments on commit 9fea281

Please sign in to comment.