We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I noticed that we're running some calculations to determine fitting error when converting between different thermo formats in thermoengine: https://github.com/ReactionMechanismGenerator/RMG-Py/blob/master/rmgpy/thermo/thermoengine.py#L101
Since we aren't using the result in any way, it seems pointless to run the calculations during a normal job.
This probably doesn't cost that much, but may be worth addressing.
The text was updated successfully, but these errors were encountered:
Do not calculate error from thermo model conversion
4692f39
We were not doing anything with the results, so it was doing pointless computations. Resolves #1812
9db3095
e926c06
No branches or pull requests
I noticed that we're running some calculations to determine fitting error when converting between different thermo formats in thermoengine: https://github.com/ReactionMechanismGenerator/RMG-Py/blob/master/rmgpy/thermo/thermoengine.py#L101
Since we aren't using the result in any way, it seems pointless to run the calculations during a normal job.
This probably doesn't cost that much, but may be worth addressing.
The text was updated successfully, but these errors were encountered: