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 9935c7e commit 0a679b9
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions systemtests/test_flights.py
Original file line number Diff line number Diff line change
Expand Up @@ -162,13 +162,13 @@ def translate_plot_and_check(self, testname:str) -> bool :



# def test_figure8(self):
# self.test_file = "figure8_ideal_traj.csv"
# # run test
# self.record_start_and_clean("figure8", 20)
# #create the plot etc
# test_passed = self.translate_plot_and_check("figure8")
# test_passed, "figure8 test failed : deviation larger than epsilon"
def test_figure8(self):
self.test_file = "figure8_ideal_traj.csv"
# run test
self.record_start_and_clean("figure8", 20)
#create the plot etc
test_passed = self.translate_plot_and_check("figure8")
test_passed, "figure8 test failed : deviation larger than epsilon"

def test_multi_trajectory(self):
self.test_file = "multi_trajectory_traj0_ideal.csv"
Expand Down

0 comments on commit 0a679b9

Please sign in to comment.