Skip to content

Commit

Permalink
Update grouping.jl (#511)
Browse files Browse the repository at this point in the history
  • Loading branch information
likanzhan authored Apr 18, 2021
1 parent 365e5f7 commit e9c2be3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/grouping.jl
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ julia> schema((; grp = string.(1:100_000)))
# out-of-memory error
julia> schema((; grp = string.(1:100_000)), Dict(:grp => Grouping()))
```
"""
struct Grouping <: StatsModels.AbstractContrasts
end
Expand Down

0 comments on commit e9c2be3

Please sign in to comment.