Skip to content

Commit

Permalink
fixup! Added as_dict() and make_object() methods to NASA and Wilhoit
Browse files Browse the repository at this point in the history
  • Loading branch information
alongd committed Jan 8, 2019
1 parent 5814b78 commit 8c4c3db
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions rmgpy/thermo/wilhoit.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,6 @@ cdef class Wilhoit(HeatCapacityModel):
output_dict['a3'] = self.a3
return output_dict


cpdef make_object(self, dict data, dict class_dict):
"""
A helper function for YAML parsing
Expand All @@ -141,8 +140,6 @@ cdef class Wilhoit(HeatCapacityModel):
del data['E0']
self.__init__(**data)



property B:
"""The Wilhoit scaled temperature coefficient."""
def __get__(self):
Expand Down

0 comments on commit 8c4c3db

Please sign in to comment.