You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
DomainError with -2.8947206947632367:
Exponentiation yielding a complex result requires a complex argument.
Replace x^y with (x+0im)^y, Complex(x)^y, or similar.
from line 224 in Simulate.jl.
This is probably because one of the concentrations Cseₙ, Ce or (cs_max .- Cseₙ) is going negative.
The text was updated successfully, but these errors were encountered:
Hi!
I'm getting
from line 224 in
Simulate.jl
.This is probably because one of the concentrations
Cseₙ
,Ce
or(cs_max .- Cseₙ)
is going negative.The text was updated successfully, but these errors were encountered: