Updated heribi

This commit is contained in:
Louis Lacoste 2024-05-27 17:10:01 +02:00
parent 94f25c078f
commit 1b85fc56fb

View file

@ -53,9 +53,9 @@ list_collection <- clusterize_bipartite_networks(
nb_run = 3L,
global_opts = list(
nb_cores = parallelly::availableCores(omit = 1L),
verbosity = 4L,
verbosity = 2L,
plot_details = 0L,
backend = "no_mc"
backend = "parallel"
)
)