Skip to content

Commit

Permalink
solved .csv not found
Browse files Browse the repository at this point in the history
  • Loading branch information
julienthevenoz committed Feb 2, 2024
1 parent 7d66ee8 commit 9935c7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion systemtests/test_flights.py
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ def translate_plot_and_check(self, testname:str) -> bool :
# test_passed, "figure8 test failed : deviation larger than epsilon"

def test_multi_trajectory(self):
self.test_file = "multitrajectory_traj0_ideal.csv"
self.test_file = "multi_trajectory_traj0_ideal.csv"
self.record_start_and_clean("multi_trajectory", 80)
test_passed = self.translate_plot_and_check("multi_trajectory")
assert test_passed, "multitrajectory test failed : deviation larger than epsilon"
Expand Down

0 comments on commit 9935c7e

Please sign in to comment.