Skip to content
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

Fix ck2yaml problems with surface reactions / coverages #961

Merged
merged 4 commits into from
Jan 21, 2021

Conversation

speth
Copy link
Member

@speth speth commented Jan 20, 2021

Changes proposed in this pull request

  • Fix coverage handling in ck2yaml
  • Fix numbering of surface reactions in ck2yaml
  • Also fix the latest CI breakage due to the SCons version string 4.1.0.post1 being unparsable by StrictVersion
  • Also disable macOS 11.0 builds because they just stall and then report failure with no information. Apparently GitHub doesn't have enough runners for these yet? macOS 11.0 pools will be transited to private preview. actions/runner-images#2486

If applicable, fill in the issue number this pull request is fixing

Fixes #956

Checklist

  • There is a clear use-case for this code change
  • The commit message has a short title & references relevant issues
  • Build passes (scons build & scons test) and unit tests address code coverage
  • The pull request is ready for review

An indentation error meant that coverage dependencies weren't being
written in the (simpler) case where we don't have to modify the units
for the activation energy.

Fixes Cantera#956
The old distutils.version.StrictVersion function doesn't understand
some modern version strings.
@speth speth merged commit e49d62b into Cantera:main Jan 21, 2021
@speth speth deleted the fix-956 branch January 21, 2021 18:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

ck2yaml converter gives empty values for coverage_dependancies
2 participants