PSLmodels / ParamTools

Library for parameter processing and validation with a focus on computational modeling projects
https://paramtools.dev
MIT License
19 stars 14 forks source link

Fixes to extend logic and label validation #103

Closed hdoupe closed 4 years ago

hdoupe commented 4 years ago
hdoupe commented 4 years ago

While I was working on this PR, I went ahead and updated the type signatures and doc strings for public methods like adjust and set_state.

I also made an API change on the extend method so that instead of label_to_extend and label_to_extend_values the more concise label and label_values are used. This will be one of the last breaking API changes now that more of PT's methods besides adjust and set_state are being used by other projects.