Skip to content

Commit

Permalink
fixed filenames for params with summary updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Diandre Sabale committed Nov 13, 2023
1 parent f9742e5 commit 4f70262
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Experiments/utils.jl
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,7 @@ function params_to_results_filename(experiment_params::ExperimentParams)
name *= string(experiment_params.inference_max_paths) * "_"
name *= string(experiment_params.only_shortest_path_cycle) * "_"
name *= string(experiment_params.use_partial_sums) * "_"
name *= string(experiment_params.sampling_strategy) * "_"
name *= string(experiment_params.summary_params.proportion_not_updated) * ".csv"
name *= string(experiment_params.sampling_strategy) * ".csv"
return name
end

Expand Down

0 comments on commit 4f70262

Please sign in to comment.