Skip to content

Commit

Permalink
consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
joyxyz1994 committed Jun 25, 2024
1 parent b4a4118 commit 9a4da99
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions qsdsan/sanunits/_anaerobic_reactor.py
Original file line number Diff line number Diff line change
Expand Up @@ -587,6 +587,7 @@ def update_h2_dstate(dstate):
pass
def dy_dt(t, QC_ins, QC, dQC_ins):
QC[QC < 2.2e-16] = 0.
_state[_state < 2.2e-16] = 0.
Q_ins = QC_ins[:, -1]
S_ins = QC_ins[:, :-1] * 1e-3 # mg/L to kg/m3
Q = sum(Q_ins)
Expand Down

0 comments on commit 9a4da99

Please sign in to comment.