Closed
Description
This is presumably caused by ForwardDiff@1.0 and is causing test failures in SciML/DataInterpolations.jl#414
julia> searchsortedfirst([0.0, 1.0, 2.0, 3.0], 1.0)
2
julia> searchsortedfirst([0.0, 1.0, 2.0, 3.0], ForwardDiff.Dual(1.0, (1.0,)))
3
Metadata
Metadata
Assignees
Labels
No labels