Skip to content

Commit

Permalink
Make test False as default
Browse files Browse the repository at this point in the history
  • Loading branch information
aristizabal95 committed Dec 10, 2024
1 parent 07cd06f commit eb1589f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions cli/medperf/commands/execution/create.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -182,7 +182,6 @@ def run_experiments(self):
)
continue

execution = None
execution = self.__get_or_create_execution(model_uid)

try:
Expand Down

0 comments on commit eb1589f

Please sign in to comment.