-
Notifications
You must be signed in to change notification settings - Fork 230
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 sensitivity example for py3 #1805
Conversation
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.
Everything looks good to me!
6645728
to
9c86874
Compare
Codecov Report
@@ Coverage Diff @@
## master #1805 +/- ##
=======================================
Coverage 42.99% 42.99%
=======================================
Files 80 80
Lines 21090 21090
Branches 5513 5513
=======================================
Hits 9067 9067
Misses 11008 11008
Partials 1015 1015 Continue to review full report at Codecov.
|
Two updates for the sensitivity example: 1. correct the format of chemkin input file in the example, before it resulted in a parser error "Thermo file has no default temperature ranges (The line it would be on is ' 300.000 1000.000 5000.000\n' but that is not formatted as such) " 2. removed legacy exclusion mark for kinetics families
9c86874
to
e8b88be
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.
Looks good
@amarkpayne could you please merge this PR? I do not have merge access.Thanks. |
Motivation or Problem
Update sensitivity example as part of py3 merge task.
Description of Changes
"Thermo file has no default temperature ranges
(The line it would be on is ' 300.000 1000.000 5000.000\n' but that is not formatted as such)
"
Testing
Tested the example locally. The sensitivity analysis finished successfully.