Skip to content

Commit

Permalink
remove debug print
Browse files Browse the repository at this point in the history
  • Loading branch information
JeanMainguy committed Jan 9, 2025
1 parent 4953594 commit 3bf46cc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ppanggolin/figures/draw_spot.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,6 @@ def row_order_gene_lists(gene_lists: list) -> list:
return gene_lists

if len(gene_lists) > sys.getrecursionlimit():
print("NO changin...")
sys.setrecursionlimit(
len(gene_lists) * 2 - 1
) # we need the recursion limit to be higher than the number of regions.
Expand Down

0 comments on commit 3bf46cc

Please sign in to comment.