Update saving

This commit is contained in:
Louis Lacoste 2024-06-17 15:15:57 +02:00
parent 517bc93fcb
commit 380a214709
2 changed files with 2 additions and 2 deletions

View file

@ -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"
)
)

View file

@ -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"
)
)