diff --git a/python/brainNetwork/scripts/Fig_5e_ARI_taste_communities.py b/python/brainNetwork/scripts/Fig_5e_ARI_taste_communities.py index bd5ba06c545e11465494bc82ee5c03411041a2fa..2a4f4f37e2055225f4ee12e25a7818cb45524e92 100644 --- a/python/brainNetwork/scripts/Fig_5e_ARI_taste_communities.py +++ b/python/brainNetwork/scripts/Fig_5e_ARI_taste_communities.py @@ -38,7 +38,7 @@ shuf_ARI = connectome.rand_shuffled(df_shuf_partitions=df_shuf_partitions, # Get the partitions from each tastant and combined sol_str = ['tastant', 'rinse'] -taste_str = ['salt', 'sour', 'sweet', 'combined'] +taste_str = ['salt', 'sour', 'sweet'] df_obs_partitions = connectome.get_per_taste_folder( f_name='unique_partitions.csv', sol_str=sol_str, taste_str=taste_str)