Skip to content

Commit

Permalink
Increased maximum recursion
Browse files Browse the repository at this point in the history
  • Loading branch information
tgurbich committed Nov 25, 2024
1 parent 4303170 commit a278441
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@

import dendropy

sys.setrecursionlimit(2000)

logging.basicConfig(level=logging.DEBUG)

PATH_BAC120_TREE_FILE = join("classify", '{prefix}.bac120.classify.tree')
Expand Down

0 comments on commit a278441

Please sign in to comment.