eaton-lab / toytree

A minimalist tree plotting library using toyplot graphs
http://eaton-lab.org/toytree
BSD 3-Clause "New" or "Revised" License
164 stars 28 forks source link

removed error message for prune function #53

Closed pmckenz1 closed 3 years ago

pmckenz1 commented 3 years ago

Error was raised when all tips on the tree are provided to the function. I think this is just a holdover from the drop_tips function. When pruning, providing all of the tips should just return back the whole tree.