Skip to content

Commit

Permalink
fix copy bug
Browse files Browse the repository at this point in the history
  • Loading branch information
yoelcortes committed Dec 11, 2024
1 parent edf9c59 commit 87c74f2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion thermosteam/reaction/_reaction.py
Original file line number Diff line number Diff line change
Expand Up @@ -1125,7 +1125,6 @@ def copy(self, basis=None):
copy._stoichiometry = self._stoichiometry.copy()
copy._reactant_index = self._reactant_index
copy._chemicals = self._chemicals
copy.chemicals = self.chemicals
copy._X = self.X
if basis: set_reaction_basis(copy, basis)
return copy
Expand Down

0 comments on commit 87c74f2

Please sign in to comment.