ModECI / modelspec

Functionality for specifying models & enabling automatic serialization - will be used by MDF & NeuroMLlite
https://modeci.github.io/modelspec/
Apache License 2.0
3 stars 9 forks source link

Base: add sort_keys option for to_json and to_yaml #7

Closed kmantel closed 2 years ago

kmantel commented 2 years ago

This isn't critical but would be nice to have the option to sort to make comparing models and debugging easier.

pgleeson commented 2 years ago

Looks good to me. Note this may have to be reimplemented after the merge of the attrs branch...