diff --git a/src/find_interaction_cluster/nt_and_community.py b/src/find_interaction_cluster/nt_and_community.py index 36044dc8265f2451041846b2a4b1d27eeba0767d..a2faad830499dc70645614d2673712ab90f0376f 100644 --- a/src/find_interaction_cluster/nt_and_community.py +++ b/src/find_interaction_cluster/nt_and_community.py @@ -765,7 +765,7 @@ def multiple_nt_lmm_launcher(ps: int, logging.info(f"Checking if communities as an effect on {component_type} " "frequency") project = get_projects(global_weight, project) - cpnt_list = [get_features(component_type)[0]] + cpnt_list = get_features(component_type) condition = list(product([project], [weight], cpnt_list)) processes = [] pool = mp.Pool(processes=min(ps, len(condition)))