Skip to content

Commit 07bc8bb

Browse files
committed
Update warmup.jl
1 parent 4d213f0 commit 07bc8bb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/precompile/warmup.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ function warmup()
2828
byrow(ds, op, 1:2)
2929
end
3030
combine(groupby(ds, [6,1]), (1,2)=>cor)
31-
combine(groupby(ds,1), Ref([1,2,3,7,8]) .=> [sum, mean, length, maximum, minimum, var, std, median, median!, sort])
32-
combine(groupby(ds,1), r"x1$" .=> [sum, mean, length, maximum, minimum, var, std, median, sort])
31+
combine(groupby(ds,1), Ref([1,2,3,7,8]) .=> [IMD.sum, IMD.mean, length, IMD.maximum, IMD.minimum, var, std, median, median!, sort])
32+
combine(groupby(ds,1), r"x1$" .=> [IMD.sum, IMD.mean, length, IMD.maximum, IMD.minimum, var, std, median, sort])
3333
ds2 = ds[1:2, [1,3]]
3434
combine(gatherby(ds,1), Ref([1,2,3,7,8]) .=> [median, sort])
3535
combine(gatherby(ds,1), Ref([1,2,3,7,8]) .=> [sum, mean, length, maximum, minimum, var, std])

0 commit comments

Comments
 (0)