From 94cc4d51b52d22eb67b21d25b6f9e4a7aebf48c4 Mon Sep 17 00:00:00 2001
From: Fontrodona Nicolas <nicolas.fontrodona@ens-lyon.fr>
Date: Thu, 21 Jan 2021 09:02:06 +0100
Subject: [PATCH] src/find_interaction_cluster/community_figures/__main__.py:
 add logit in docstring

---
 src/find_interaction_cluster/community_figures/__main__.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/find_interaction_cluster/community_figures/__main__.py b/src/find_interaction_cluster/community_figures/__main__.py
index 884f6160..a6898d3a 100644
--- a/src/find_interaction_cluster/community_figures/__main__.py
+++ b/src/find_interaction_cluster/community_figures/__main__.py
@@ -69,7 +69,7 @@ def create_community_figures(table: str, feature: str, target_col: str,
     :param target_col: The name of the column containing the data of interest
     :param output: The output folder
     :param outfile: The name of the output figure file (pdf format)
-    :param test_type: The type of test to make (permutation or lm)
+    :param test_type: The type of test to make (permutation, lm or logit)
     :param target_kind: An optional name that describe a bit further \
     target_col.
     :param iteration: The number of sub samples to create. This parameter \
-- 
GitLab