-
-
Notifications
You must be signed in to change notification settings - Fork 563
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
Issue 678 eleclyte temp depend #698
Conversation
Codecov Report
@@ Coverage Diff @@
## master #698 +/- ##
==========================================
- Coverage 98.52% 98.49% -0.03%
==========================================
Files 175 175
Lines 8861 8929 +68
==========================================
+ Hits 8730 8795 +65
- Misses 131 134 +3
Continue to review full report at Codecov.
|
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.
Looks great, thanks @rtimms !
@@ -250,15 +250,15 @@ def _get_domain_current_variables(self, i_e, domain=None): | |||
|
|||
variables = { | |||
domain + " electrolyte current density": i_e, | |||
domain + " electrolyte current density [V]": i_e * i_typ, |
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.
lol how did this happen
""" | ||
Computes the y-z average by integration over y and z | ||
In this case this is just equal to the input variable | ||
""" |
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.
my man fixing comment formatting ⭐️
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.
All looks good to me :)
Description
Adds missing temperature dependence in electrolyte and interface submodels
Fixes #678
Type of change
Please add a line in the relevant section of CHANGELOG.md to document the change (include PR #) - note reverse order of PR #
Key checklist:
$ flake8
$ python run-tests.py --unit
$ cd docs
and then$ make clean; make html
You can run all three at once, using
$ python run-tests.py --quick
.Further checks: