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

Explore whether ProgPy is a good base #2

Open WardLT opened 3 months ago

WardLT commented 3 months ago

ProgPy is a code developed by NASA for fitting and deploying prognostic models of many different kinds of dynamical systems.

They already have a well-organized class structure for models of systems and state estimation algorithms, with several implementations of algorithms we will use in AutoSOH.

Challenges:

WardLT commented 3 months ago

Pull request #3 mimicks ProgPy, but with some changes to how the base classes are implemented to better match how we've been approaching SOH.

I'll hope to close the delta between their base classes and ours enough that I can drop ours, but am moving forward with #3 to better understand our requirements.

victorventuri commented 2 months ago

I think we have determined this not to be the case, right? @WardLT Can we close this issue?

WardLT commented 2 months ago

I'd still like to keep it open. I closed that issue because ProgPy suggested a nice workaround.

I'm still keeping a mind open that we may be able to merge with ProgPy or PyBOP in the future, even though I think we should continue here to get a better of idea of what we need.