Skip to content

Commit e08ce78

Browse files
committed
Revert "attempt to run RMG without thermolibrary"
Doesn't work. This reverts commit 384db4e.
1 parent d3a2926 commit e08ce78

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

rmgpy/data/thermo.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -734,8 +734,6 @@ def getThermoDataFromLibrary(self, species, library):
734734
735735
Returns a tuple: (ThermoData, library, entry) or None.
736736
"""
737-
if library is None:
738-
return None
739737
for label, entry in library.entries.iteritems():
740738
for molecule in species.molecule:
741739
if molecule.isIsomorphic(entry.item) and entry.data is not None:

0 commit comments

Comments
 (0)