Add the following to `piqtree/iqtree/_tree/_tree.py` line 79 ```python tree.name_unnamed_nodes() tree.params["model"] = str(model) # insert this statement return tree ``` This will reduce guesswork about what model settings were used.