Update saving
This commit is contained in:
parent
517bc93fcb
commit
380a214709
2 changed files with 2 additions and 2 deletions
|
|
@ -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"
|
||||
)
|
||||
)
|
||||
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
)
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue