TreeSwift v1.1.40
- Added warning if
suppress_unifurcations
will delete aNode
that has a label and/ornode_params
/edge_params
- To suppress all warnings in a Python script, you can add
warnings.filterwarnings('ignore')
to the top of the script- See the relevant Python documentation for more details regarding handling warnings
- Thanks, @pekarj!
- To suppress all warnings in a Python script, you can add