-
-
Notifications
You must be signed in to change notification settings - Fork 79
Closed
Description
I am trying to run this example showing how to use IDA for solving a DAE.
It works fine, except when I try to use the optional parameter progress
:
julia> sol = solve(prob, IDA(), progress=true)
ERROR: MethodError: no method matching isless(::Base.CoreLogging.LogLevel, ::Int64)
Closest candidates are:
isless(::Missing, ::Any) at missing.jl:87
isless(::Base.CoreLogging.LogLevel, ::Base.CoreLogging.LogLevel) at logging.jl:106
isless(::AbstractFloat, ::Real) at operators.jl:158
I'm using Sundials 3.9.0 and Julia 1.4.0.
Metadata
Metadata
Assignees
Labels
No labels