Skip to content
This repository has been archived by the owner on Dec 12, 2023. It is now read-only.

Commit

Permalink
Merge pull request #63 from ReactionMechanismGenerator/goldmanm-patch-3
Browse files Browse the repository at this point in the history
Corrected method name
  • Loading branch information
KEHANG authored Mar 21, 2018
2 parents 03acc42 + 97c4d82 commit 9652c29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion thermo_val/model.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ def predict_thermo(self, smiles):

if self.kernel_type == 'GA':
spec = Species().fromSMILES(smiles)
spec.generate_resonance_isomers()
spec.generate_resonance_structures()

thermo = self.kernel.getThermoDataFromGroups(spec)

Expand Down

0 comments on commit 9652c29

Please sign in to comment.