From 380a214709f345186e5d1c928a5d02ae7bae736f Mon Sep 17 00:00:00 2001 From: Louis Lacoste Date: Mon, 17 Jun 2024 15:15:57 +0200 Subject: [PATCH] Update saving --- code/applications/herbivores/02_herbivores_clustering.R | 2 +- code/simulations/clustering/synthetic_clustering.R | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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" ) )