Skip to content

Commit

Permalink
remove redundancy
Browse files Browse the repository at this point in the history
  • Loading branch information
joyxyz1994 committed Sep 20, 2023
1 parent 0e7253d commit 992e8fe
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion qsdsan/sanunits/_clarifier.py
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,6 @@ def __init__(self, ID='', ins=None, outs=(), thermo=None,
for attr, value in kwargs.items():
setattr(self, attr, value)

self._mixed = self.ins[0].copy(f'{ID}_mixed')
self._inf = self.ins[0].copy(f'{ID}_inf')
self._ras = self.outs[1].copy(f'{ID}_ras')
self._was = self.outs[2].copy(f'{ID}_was')
Expand Down

0 comments on commit 992e8fe

Please sign in to comment.