-
-
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 1244 algebraic j #1280
Issue 1244 algebraic j #1280
Conversation
Codecov Report
@@ Coverage Diff @@
## develop #1280 +/- ##
========================================
Coverage 98.09% 98.09%
========================================
Files 270 270
Lines 15150 15155 +5
========================================
+ Hits 14861 14866 +5
Misses 289 289
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 good, just some minor comments. Thanks Tino!
"surface form": False, | ||
"convection": False, | ||
"surface form": "false", | ||
"convection": "none", |
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.
Linked to my previous comment, how come here we use "none"
instead of "false"
?
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.
It is a bit arbitrary but I am basically using "false" if the other option is "true" and "none" otherwise, except for "surface form". "There is no convection" -> "convection: none" vs "We don't use the surface form" -> "surface form: false"
Description
Add an option to make the interfacial current density a state with an algebraic equation
Fixes #1244
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 #s. If necessary, also add to the list of breaking changes.
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: