From 905a692edaaac4c780b41b84a5c237d04b238a78 Mon Sep 17 00:00:00 2001 From: JulienThevenoz Date: Fri, 2 Feb 2024 13:16:04 +0100 Subject: [PATCH] again --- systemtests/plotter_class.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/systemtests/plotter_class.py b/systemtests/plotter_class.py index 00b078767..36d556ff1 100644 --- a/systemtests/plotter_class.py +++ b/systemtests/plotter_class.py @@ -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