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 a6e53bb commit 7c6805e
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 @@ -138,7 +138,7 @@ function at(
end
end
function at(
::Ordered, ::Span, lookup::LookupArray{<:Union{Number,Dates.TimeType,String}}, selval, atol, rtol::Nothing;
::Ordered, ::Span, lookup::LookupArray, selval, atol, rtol::Nothing;
err=_True()
)
x = unwrap(selval)
Expand Down

0 comments on commit 7c6805e

Please sign in to comment.