-
-
Notifications
You must be signed in to change notification settings - Fork 349
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
Port lithium_ion_battery.m
to Python
#1263
Port lithium_ion_battery.m
to Python
#1263
Conversation
cfbddc8
to
5421e42
Compare
5421e42
to
65fad04
Compare
Codecov Report
@@ Coverage Diff @@
## main #1263 +/- ##
==========================================
+ Coverage 65.56% 65.72% +0.15%
==========================================
Files 329 329
Lines 46668 46671 +3
Branches 19855 19855
==========================================
+ Hits 30598 30673 +75
+ Misses 13508 13428 -80
- Partials 2562 2570 +8
📣 Codecov can now indicate which changes are the most critical in Pull Requests. Learn more |
This is ready for review … @decaluwe please feel free to push suggestions directly to this branch. |
65fad04
to
69186cd
Compare
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.
Thanks, @ischoegl, I think this is good. I had just a couple of very minor formatting comments.
interfaces/cython/cantera/examples/surface_chemistry/lithium_ion_battery.py
Outdated
Show resolved
Hide resolved
interfaces/cython/cantera/examples/surface_chemistry/lithium_ion_battery.py
Outdated
Show resolved
Hide resolved
interfaces/cython/cantera/examples/surface_chemistry/lithium_ion_battery.py
Outdated
Show resolved
Hide resolved
69186cd
to
5667358
Compare
@speth ... thanks for the quick review! Re-approval is needed as I squashed the fixes ... |
Changes proposed in this pull request
Port
lithium_ion_battery.m
to Python. Ultimately, this was the most efficient resolution.If applicable, fill in the issue number this pull request is fixing
Closes #1259
If applicable, provide an example illustrating new features this pull request is introducing
Results ... @decaluwe, please confirm that this is consistent, as I currently don't have a MATLAB version installed.
If the CTI input is used, the output is zero (see #1256). I will add a unit test once #1256 is merged.
Checklist
scons build
&scons test
) and unit tests address code coverage