Skip to content

Commit

Permalink
Update src/LookupArrays/selector.jl
Browse files Browse the repository at this point in the history
Co-authored-by: Rafael Schouten <[email protected]>
  • Loading branch information
bjarthur and rafaqz authored Oct 25, 2023
1 parent 7c6805e commit 1779aa3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/LookupArrays/selector.jl
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ function at(
end
end
# catch-all for an unordered index
function at(::Order, ::Span, lookup::LookupArray, selval, atol, rtol::Nothing; err=_True())
function at(::Unordered, ::Span, lookup::LookupArray, selval, atol, rtol::Nothing; err=_True())
i = findfirst(x -> _is_at(x, unwrap(selval), atol), parent(lookup))
if i === nothing
return _selnotfound_or_nothing(err, lookup, selval)
Expand Down

0 comments on commit 1779aa3

Please sign in to comment.