From b9c38b089ad3725fe0b72a5ec294a9aa515feaba Mon Sep 17 00:00:00 2001
From: Ali Karimi <karimi.k.ali@gmail.com>
Date: Wed, 28 Dec 2022 15:05:42 +0100
Subject: [PATCH] Only make the plot for observed separate taste not combined
 as is the figure

---
 python/brainNetwork/scripts/Fig_5e_ARI_taste_communities.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/python/brainNetwork/scripts/Fig_5e_ARI_taste_communities.py b/python/brainNetwork/scripts/Fig_5e_ARI_taste_communities.py
index bd5ba06..2a4f4f3 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)
 
-- 
GitLab