-
-
Notifications
You must be signed in to change notification settings - Fork 348
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
Update C++ and Fortran example docstrings #983
Conversation
Codecov Report
@@ Coverage Diff @@
## main #983 +/- ##
==========================================
- Coverage 71.60% 71.60% -0.01%
==========================================
Files 360 360
Lines 45719 45718 -1
==========================================
- Hits 32736 32735 -1
Misses 12983 12983
Continue to review full report at Codecov.
|
Using a consistent formatting here makes it easier to automatically extract a title and summary for the example index on the Cantera website.
e97db00
to
4cdf97a
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.
The commits look good to me, and I didn't find anything wrong.
* equations are custom-implemented, using Cantera's interface to CVODES to | ||
* integrate the equations. |
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.
"Cantera's interface to CVODES to integrate" -> Do you mean "Cantera's interface CVODES to integrate"?
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 @jongyoonbae! I think this is correct as written. Cantera provides an interfaces that connects to CVODES, which is actually does the numerical integration.
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.
Found one potential typo, but looks good otherwise.
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, thanks @speth!
This PR is a companion to Cantera/cantera-website#136.
Changes proposed in this pull request
If applicable, fill in the issue number this pull request is fixing
Fixes #
Checklist
scons build
&scons test
) and unit tests address code coverage