Skip to content
Snippets Groups Projects
Commit b9c38b08 authored by Ali Karimi's avatar Ali Karimi
Browse files

Only make the plot for observed separate taste not combined as is the figure

parent 97c36c6f
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment