From 9a8555f31462df237ff94267e610a721edbf394d Mon Sep 17 00:00:00 2001 From: romainsacchi Date: Thu, 22 Feb 2024 13:36:28 +0100 Subject: [PATCH] Warn about non-square matrices. --- pathways/pathways.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/pathways/pathways.py b/pathways/pathways.py index 5725f82..1aeace8 100644 --- a/pathways/pathways.py +++ b/pathways/pathways.py @@ -671,8 +671,6 @@ def calculate( results = [] # use pyprind bar = pyprind.ProgBar(len(regions)) - print(A.shape) - print(len(A_index)) for region in regions: bar.update() # Iterate over each region