Skip to content

Commit

Permalink
Ammended default
Browse files Browse the repository at this point in the history
  • Loading branch information
fjwillemsen committed Jun 24, 2024
1 parent e442bd0 commit 8d20396
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/autotuning_methodology/visualize_experiments.py
Original file line number Diff line number Diff line change
Expand Up @@ -1043,7 +1043,7 @@ def entry_point(): # pragma: no cover
else:
experiment_filepath = get_args_from_cli()

Visualize(experiment_filepath, save_figs=not is_notebook, use_strategy_as_baseline="genetic_algorithm")
Visualize(experiment_filepath, save_figs=not is_notebook)


if __name__ == "__main__":
Expand Down

0 comments on commit 8d20396

Please sign in to comment.