diff --git a/systemtests/plotter_class.py b/systemtests/plotter_class.py index 4476fef23..0903bb628 100644 --- a/systemtests/plotter_class.py +++ b/systemtests/plotter_class.py @@ -172,7 +172,7 @@ def adjust_arrays(self): - assert (takeoff_index != None) and (landing_index != None), "Plotter : couldn't find drone takeoff or landing" + assert False or (takeoff_index != None) and (landing_index != None), "Plotter : couldn't find drone takeoff or landing" ####get rid of datapoints before takeoff and after landing in bag_times, bag_x, bag_y, bag_y