-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Design Optimisation Refactor and Additions #167
Design Optimisation Refactor and Additions #167
Conversation
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## develop #167 +/- ##
===========================================
- Coverage 94.58% 94.55% -0.04%
===========================================
Files 40 42 +2
Lines 1756 1783 +27
===========================================
+ Hits 1661 1686 +25
- Misses 95 97 +2 ☔ View full report in Codecov by Sentry. |
* Add intermediate model classes * Update spm_electrode_design.ipynb * Add test for GravimetricEnergyDensity * Update pybop/models/empirical/ecm_base.py Co-authored-by: Brady Planden <[email protected]> * Update pybop/models/lithium_ion/echem_base.py Co-authored-by: Brady Planden <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great work incorporating design optimisation into the main functionality of PyBOP.
Ready to merge, thanks @BradyPlanden!
Refactors:
Updates
quick_plot
trace names dependent on problem definition.Closes #162