Column key "info"
defaulted in load_from_file
isn't included by default when calling snapshot
#51
Labels
enhancement
New feature or request
This causes files serialized with
Snapshot
using default params to not be loadable, which is probably confusing to end users.Option 1: change default taxon column key to
"id"
which is guaranteed to be present in alife standard dataOption 2: serialize taxa to "info" column by default, like
phylotrackpy/test/test_systematics.py
Line 97 in b70b3dd
Option 3: leave as-is and document
The text was updated successfully, but these errors were encountered: