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

Unnecessary calculations when generating thermo #1812

Closed
mliu49 opened this issue Nov 6, 2019 · 0 comments
Closed

Unnecessary calculations when generating thermo #1812

mliu49 opened this issue Nov 6, 2019 · 0 comments
Labels
Good First Issue Status: Fixed in PR This issue has been fixed by an active PR Topic: Performance

Comments

@mliu49
Copy link
Contributor

mliu49 commented Nov 6, 2019

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.

mliu49 added a commit that referenced this issue Dec 4, 2019
We were not doing anything with the results, so it was
doing pointless computations.

Resolves #1812
mliu49 added a commit that referenced this issue Dec 6, 2019
We were not doing anything with the results, so it was
doing pointless computations.

Resolves #1812
@amarkpayne amarkpayne added the Status: Fixed in PR This issue has been fixed by an active PR label Dec 6, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Good First Issue Status: Fixed in PR This issue has been fixed by an active PR Topic: Performance
Projects
None yet
Development

No branches or pull requests

2 participants