Pas de parallelisation

This commit is contained in:
Louis Lacoste 2024-05-07 18:06:07 +02:00
parent eaefb02175
commit 625d8f5f2e

View file

@ -99,7 +99,7 @@ list_collection <- clusterize_bipartite_networks(
nb_cores = parallelly::availableCores(omit = 1L),
verbosity = 2L,
plot_details = 0L,
backend = "future"
backend = "no_mc"
)
)