Skip to content

Commit

Permalink
Warn about non-square matrices.
Browse files Browse the repository at this point in the history
  • Loading branch information
romainsacchi authored and romainsacchi committed Feb 22, 2024
1 parent 25d5020 commit 9a8555f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pathways/pathways.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9a8555f

Please sign in to comment.