diff --git a/cli/medperf/commands/execution/create.py b/cli/medperf/commands/execution/create.py index 5fc6af5ae..571f72762 100644 --- a/cli/medperf/commands/execution/create.py +++ b/cli/medperf/commands/execution/create.py @@ -70,7 +70,7 @@ def __init__( models_input_file: str = None, ignore_model_errors=False, ignore_failed_experiments=False, - test=True, + test=False, ): self.benchmark_uid = benchmark_uid self.data_uid = data_uid @@ -182,7 +182,6 @@ def run_experiments(self): ) continue - execution = None execution = self.__get_or_create_execution(model_uid) try: