ROVI-org / auto-soh

Fit State of Health (SOH) to batteries using state estimation techniques
https://rovi-org.github.io/auto-soh/
MIT License
1 stars 0 forks source link

Validator for updatable parameters #9

Open victorventuri opened 3 months ago

victorventuri commented 3 months ago

Based on recent progress on the ecm_redefine branch, I am shaping our approach to be "have an attribute that defines which other attributes can be updated by an external model". I have implemented that on the base HealthVariable class, but I believe we should have some form of validator to make sure these parameters are indeed updatable (and not, for example, strings, but they should all be numbers or iterables of numbers...)