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

[Python] Add CanteraError class for execptions #370

Merged
merged 1 commit into from
Oct 19, 2016

Conversation

speth
Copy link
Member

@speth speth commented Oct 18, 2016

Anything that raises a CanteraError in C++ will now raise CanteraError in Python, instead of the more generic RuntimeError.

Based on testing with some Buildbot hosts, this change bumps the required Cython version to 0.23. This PR is mainly to make sure that this builds on Travis and AppVeyor.

See also: https://groups.google.com/forum/#!topic/cantera-users/Ke_moryWLyc

@bryanwweber
Copy link
Member

When this is merged, I should make sure to update the Cython version requirement in the conda recipe.

Anything that raises a CanteraError in C++ will now raise CanteraError in
Python, instead of the more generic RuntimeError.

This change increases the required Cython version to 0.23 or newer.
@speth speth merged commit 89d0c56 into Cantera:master Oct 19, 2016
@speth speth deleted the canteraerror branch October 19, 2016 02:58
@speth speth mentioned this pull request Nov 29, 2016
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.

2 participants