Skip to content

Commit

Permalink
Comparison notebook: fix paths and time_start var in supp script
Browse files Browse the repository at this point in the history
  • Loading branch information
L-in-da authored Mar 7, 2024
1 parent 7fb1d3d commit 1e59bd7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@
"fig.savefig(f\"./results/plots/{cfg.exp_log_name}_metric_comparison_sim_budget_{cfg.n[0]}_dim_size_{cfg.data[0]}_adapted_bandwidth.png\", dpi=300)\n",
"fig.savefig(f\"./results/plots/{cfg.exp_log_name}_metric_comparison_sim_budget_{cfg.n[0]}_dim_size_{cfg.data[0]}_adapted_bandwidth.pdf\", dpi=300)\n",
"\n",
"print(f\"Plots saved"\)\n",
"print(f\"Plots saved\")\n",
"print(\"Finished running experiments.\")\n"
]
}
Expand Down

0 comments on commit 1e59bd7

Please sign in to comment.