Skip to content

Commit

Permalink
add missing reducelookup metho (#817)
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaqz authored Oct 7, 2024
1 parent 328e105 commit 7b2193e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Lookups/lookup_arrays.jl
Original file line number Diff line number Diff line change
Expand Up @@ -761,6 +761,7 @@ end

# reducing methods
@inline reducelookup(lookup::NoLookup) = NoLookup(OneTo(1))
@inline reducelookup(lookup::Length1NoLookup) = NoLookup(OneTo(1))
# TODO what should this do?
@inline reducelookup(lookup::Unaligned) = NoLookup(OneTo(1))
# Categories are combined.
Expand Down

0 comments on commit 7b2193e

Please sign in to comment.