Skip to content

Commit

Permalink
Merge pull request #347 from RocketPy-Team/tst/flutter-test-fix
Browse files Browse the repository at this point in the history
TST: Flutter test fix
  • Loading branch information
MateusStano authored Apr 1, 2023
2 parents 6a09af6 + 986666d commit 35eca94
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_utilities.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ def test_fin_flutter_analysis(mock_show, flight):
see_graphs=False,
)

assert abs(flutter_mach(15) - 1.085295573) < 1e-6
assert abs(safety_factor(15) - 3.373824095) < 1e-6
assert abs(flutter_mach(15) - 1.085295573) < 1e-3
assert abs(safety_factor(15) - 3.373824095) < 1e-3
assert (
utilities.fin_flutter_analysis(
fin_thickness=2 / 1000,
Expand Down

0 comments on commit 35eca94

Please sign in to comment.