This is presumably caused by ForwardDiff@1.0 and is causing test failures in https://github.com/SciML/DataInterpolations.jl/pull/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 ```