Skip to content

Precompilation broken on nightly because of Cassette #826

@anandijain

Description

@anandijain

JuliaLabs/Cassette.jl#204

Any ideas for fixing? It seems like Cassette is only used with ReverseDiff

compile = try
f = unwrapped_f(prob.f)
if DiffEqBase.isinplace(prob)
!hasbranching(f, copy(u0), u0, p, prob.tspan[1])
else
!hasbranching(f, u0, p, prob.tspan[1])
end
catch
false
end

makes me think SciMLSensitivity might be helped with Extension packages since from a glance it seems like every AD package is loaded and maybe i don't need ReverseDiff

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