Skip to content

Error with optional flag set on IDA. #241

@gpitton

Description

@gpitton

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions