Skip to content

Commit

Permalink
update minimal
Browse files Browse the repository at this point in the history
  • Loading branch information
khosravipasha committed Mar 8, 2022
1 parent b71ad40 commit 733f037
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/minimal.jl
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ function kernel(ans, vec, ids)
return nothing
end

ans_idx(n::InputDist) = nothing
ans_idx(n::Indicator{Bool}) = 1
ans_idx(n::Indicator{UInt32}) = 2
ans_idx(n::Categorical) = 3
Expand Down

0 comments on commit 733f037

Please sign in to comment.