Skip to content

Fix the script exportKineticsLibraryToChemkin#134

Merged
KEHANG merged 1 commit intomasterfrom
fix_script
Oct 26, 2016
Merged

Fix the script exportKineticsLibraryToChemkin#134
KEHANG merged 1 commit intomasterfrom
fix_script

Conversation

@PengZhang13
Copy link
Copy Markdown
Contributor

Currently run this script results in an AttributeError:
AttributeError: 'Species' object has no attribute 'generateThermoData'
Because we don't have the method species.generateThermoData() any more.
Replace this method with species.getThermoData() should fix this error.

@mention-bot
Copy link
Copy Markdown

@PengZhang13, thanks for your PR! By analyzing the history of the files in this pull request, we identified @connie to be a potential reviewer.

@KEHANG
Copy link
Copy Markdown
Member

KEHANG commented Oct 25, 2016

@PengZhang13 can you check if there's any other scripts having same issue?

@PengZhang13
Copy link
Copy Markdown
Contributor Author

@KEHANG Thanks for the suggestion! After checking the results of searching 'generateThermoData' in RMG-Py and RMG-database, I think this is the only script that has this issue.

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.

3 participants