Skip to content

TestSolution is dense even if the solution itself is not #96

@nathanaelbosch

Description

@nathanaelbosch
julia> solve(prob, Tsit5()).dense
true

julia> solve(prob, Tsit5(), dense=false).dense
false

julia> TestSolution(solve(prob, Tsit5())).dense
true

julia> TestSolution(solve(prob, Tsit5(), dense=false)).dense
true

This is unexpected to me, and might be a bug.

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