diff --git a/script/progress_tracker_utils/measure.py b/script/progress_tracker_utils/measure.py index 1b6116a13..fe6fad3a6 100644 --- a/script/progress_tracker_utils/measure.py +++ b/script/progress_tracker_utils/measure.py @@ -182,7 +182,7 @@ def perform_measurements(script, script_without_extension, target_id, metrics, s process = subprocess.run( ["python", f"{script_without_extension}.measure.py"], capture_output=True, - check=True, + check=False, ) # Print sample information