Skip to content

Commit

Permalink
minor polishing
Browse files Browse the repository at this point in the history
  • Loading branch information
simonmandlik committed Apr 24, 2024
1 parent 5913cac commit 7e5fa70
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/Mill.jl
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ include("special_arrays/special_arrays.jl")
export MaybeHotVector, MaybeHotMatrix, maybehot, maybehotbatch, maybecold
export NGramMatrix, NGramIterator, ngrams, ngrams!, countngrams, countngrams!
export ImputingMatrix, PreImputingMatrix, PostImputingMatrix
export ImputingDense, PreImputingDense, PostImputingDense
export preimputing_dense, postimputing_dense, identity_dense
export PreImputingDense, PostImputingDense
export preimputing_dense, postimputing_dense

include("aggregations/aggregations.jl")
export AbstractAggregation, AggregationStack
Expand Down
2 changes: 1 addition & 1 deletion src/datanodes/lazynode.jl
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ BagNode # 2 obs, 120 bytes
See also: [`LazyNode`](@ref), [`LazyModel`](@ref).
"""
function unpack2mill end
unpack2mill(::LazyNode{N}) where N = error("No `unpack2mill` method for LazyNode{$N}")

mapdata(f, x::LazyNode{N}) where N = LazyNode{N}(mapdata(f, x.data), x.metadata)

Expand Down

0 comments on commit 7e5fa70

Please sign in to comment.