LLNL / hatchet

Graph-indexed Pandas DataFrames for analyzing hierarchical performance data
https://llnl-hatchet.readthedocs.io
MIT License
29 stars 18 forks source link

sorting tree by hatchet_nid, and tests #108

Closed dyokelson closed 1 year ago

dyokelson commented 1 year ago

The tree printout was sorting alphabetically so it looked different than the dataframe which sorts by _hatchet_nid. Now the tree sorts roots and children by the _hatchet_nid and matches the dataframe.