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

Include HealthModel in base definitions #13

Closed victorventuri closed 3 months ago

victorventuri commented 3 months ago

We need a base definition of a HealthModel in models/base.py that any model must inherit from and follow, with it's appropriate abstractmethods for updating transient states and producing an output.

victorventuri commented 3 months ago

Taken care of with CellModel in recent 6451f41