aboutsummaryrefslogtreecommitdiff
path: root/gn3
diff options
context:
space:
mode:
authorFrederick Muriuki Muriithi2022-05-31 14:45:14 +0300
committerFrederick Muriuki Muriithi2022-05-31 14:45:14 +0300
commitc9dc23a573b399b17eb508af6c85a153c1910de4 (patch)
tree21489934cb4a52ec902755de3a578e48c8d77a7b /gn3
parente41a079f162d19e8089f64308e5de9e810461b3e (diff)
downloadgenenetwork3-c9dc23a573b399b17eb508af6c85a153c1910de4.tar.gz
Remove unnecessary statement
Diffstat (limited to 'gn3')
-rw-r--r--gn3/commands.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/gn3/commands.py b/gn3/commands.py
index b1b3fc7..41418b0 100644
--- a/gn3/commands.py
+++ b/gn3/commands.py
@@ -67,7 +67,6 @@ def compose_pcorrs_command(
primary_trait: str, control_traits: Tuple[str, ...], method: str,
**kwargs):
"""Compose the command to run partias correlations"""
- print(f"KWARGS: {kwargs}")
prefix_cmd = (
f"{sys.executable}", "-m", "scripts.partial_correlations",
primary_trait, ",".join(control_traits), f'"{method}"')