-
-
Notifications
You must be signed in to change notification settings - Fork 683
Added print names
for variables in equivalent circuit model
#4898
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
base: develop
Are you sure you want to change the base?
Conversation
Can someone please review this and let me know if this is right or if some changes need to be made :) |
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.
I missed this PR somehow. This looks good to me, thanks, @medha-14!
src/pybamm/models/submodels/equivalent_circuit_elements/rc_element.py
Outdated
Show resolved
Hide resolved
src/pybamm/models/submodels/equivalent_circuit_elements/ocv_element.py
Outdated
Show resolved
Hide resolved
Co-authored-by: Agriya Khetarpal <[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.
I missed that some of the tests are failing now, can you fix that?
Description
Fixes #3036
I have given latex friendly symbols to variables in the equivalent circuit model
Initially the output was:

After the latex names are given:

Type of change
Please add a line in the relevant section of CHANGELOG.md to document the change (include PR #)
Important checks:
Please confirm the following before marking the PR as ready for review:
nox -s pre-commit
nox -s tests
nox -s doctests