Skip to content

Commit

Permalink
Update params.py
Browse files Browse the repository at this point in the history
  • Loading branch information
tkchafin authored Feb 9, 2024
1 parent 706697f commit d8bf9b1
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions autostreamtree/params.py
Original file line number Diff line number Diff line change
Expand Up @@ -155,9 +155,6 @@ def __init__(self):
self.overwrite = True
elif opt == "perm":
self.permutations = int(arg)
elif opt == "method":
print("Sorry: Option --method is not yet implemented.")
sys.exit(0)
elif opt in ("plot", "plots"):
self.plots = True
elif opt == "phased":
Expand Down

0 comments on commit d8bf9b1

Please sign in to comment.