Skip to content

Commit

Permalink
fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
yoelcortes committed Sep 7, 2022
1 parent 185d62b commit e47ece6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion thermosteam/_chemical.py
Original file line number Diff line number Diff line change
Expand Up @@ -1441,7 +1441,7 @@ def reset(self, CAS, eos=None, phase_ref=None,
self._set_phase_ref(phase_ref, self._Tm, self._Tb)
if free_energies:
self._init_energies(self._Cn, self._Hvap, self._Psat, self._Hfus, self._Sfus,
self._Tm, self._Tb, self._eos, phase_ref)
self._Tm, self._Tb, self._eos, self._phase_ref)
self._init_reactions(Hf, S0, LHV, HHV, combustion, atoms)
if self._formula and self._Hf is not None: self.reset_combustion_data()
TDependentProperty.RAISE_PROPERTY_CALCULATION_ERROR = True
Expand Down

0 comments on commit e47ece6

Please sign in to comment.