diff --git a/code/applications/herbivores/02_herbivores_clustering.R b/code/applications/herbivores/02_herbivores_clustering.R index fb70166..16cba60 100644 --- a/code/applications/herbivores/02_herbivores_clustering.R +++ b/code/applications/herbivores/02_herbivores_clustering.R @@ -66,7 +66,7 @@ list_collection <- clusterize_bipartite_networks( save_file <- file.path( save_folder, paste0( sprintf("%s_collection_", application_name), - model, "_", start_time, "maxsteps_500.Rds" + model, "_", start_time, "_maxsteps_500.Rds" ) ) diff --git a/code/simulations/clustering/synthetic_clustering.R b/code/simulations/clustering/synthetic_clustering.R index 4ba4c4a..905b877 100644 --- a/code/simulations/clustering/synthetic_clustering.R +++ b/code/simulations/clustering/synthetic_clustering.R @@ -96,7 +96,7 @@ profvis( save_file <- file.path( save_folder, paste0( sprintf("%s_collection_", application_name), - model, "_", start_time, "_maxsteps_500.Rds" + model, "_eps_", eps, "_", start_time, "_maxsteps_500.Rds" ) )