Skip to content

Commit

Permalink
Merge pull request #119 from ReactionMechanismGenerator/fix_ipynb
Browse files Browse the repository at this point in the history
update ipynb which uses generateThermoData
  • Loading branch information
connie authored Jul 28, 2016
2 parents f69db91 + 2306952 commit cb7ecc5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/showNewTrainingRxnsImprovements.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -166,11 +166,11 @@
" continue\n",
" for idx, spec in enumerate(fam_rxn.reactants):\n",
" spec = Species(label=spec.label, molecule=spec.molecule)\n",
" spec.generateThermoData(database)\n",
" spec.getThermoData()\n",
" fam_rxn.reactants[idx] = spec\n",
" for idx, spec in enumerate(fam_rxn.products):\n",
" spec = Species(label=spec.label, molecule=spec.molecule)\n",
" spec.generateThermoData(database)\n",
" spec.getThermoData()\n",
" fam_rxn.products[idx] = spec\n",
"\n",
" family = getFamilyLibraryObject(fam_rxn.family)\n",
Expand Down

0 comments on commit cb7ecc5

Please sign in to comment.