Skip to content

Commit

Permalink
again
Browse files Browse the repository at this point in the history
  • Loading branch information
julienthevenoz committed Feb 2, 2024
1 parent 416656e commit 905a692
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion systemtests/plotter_class.py
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ def create_figures(self, ideal_csvfile:str, rosbag_csvfile:str, pdfname:str, ove
offset_string = f"averaged temporal offset : {(offset_list[0]+offset_list[1])/2}s \n"

passed="failed"
if self.test_passed(self.test_name):
if self.test_passed():
passed = "passed"

#create PDF to save figures
Expand Down

0 comments on commit 905a692

Please sign in to comment.