Skip to content
Snippets Groups Projects
Commit cc0654d5 authored by nfontrod's avatar nfontrod
Browse files

src/find_interaction_cluster/community_figures/fig_functions.py: fix make_barplot call

parent 94cc4d51
No related branches found
No related tags found
No related merge requests found
...@@ -547,7 +547,7 @@ def barplot_creation(df_bar: pd.DataFrame, outfig: Path, ...@@ -547,7 +547,7 @@ def barplot_creation(df_bar: pd.DataFrame, outfig: Path,
sd_community = "sd" if sd_community else None sd_community = "sd" if sd_community else None
if test_type != "permutation": if test_type != "permutation":
make_barplot(df_bar, outfig, test_type, cpnt, feature, target_kind, make_barplot(df_bar, outfig, test_type, cpnt, feature, target_kind,
display_size=display_size) sd_community=sd_community, display_size=display_size)
else: else:
make_barplot_perm(df_bar, outfig, cpnt, feature, target_kind, make_barplot_perm(df_bar, outfig, cpnt, feature, target_kind,
sd_community, display_size) sd_community, display_size)
......
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