Skip to content

Commit

Permalink
minor bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
joyxyz1994 committed Dec 10, 2024
1 parent 2155dd8 commit b5432c2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions qsdsan/sanunits/_clarifier.py
Original file line number Diff line number Diff line change
Expand Up @@ -833,6 +833,7 @@ class IdealClarifier(SanUnit):

_N_ins = 1
_N_outs = 2 # [0] effluent overflow, [1] sludge underflow
_ins_size_is_fixed = False
_outs_size_is_fixed = True

def __init__(self, ID='', ins=None, outs=(), thermo=None,
Expand Down

0 comments on commit b5432c2

Please sign in to comment.