We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d213f0 commit 07bc8bbCopy full SHA for 07bc8bb
src/precompile/warmup.jl
@@ -28,8 +28,8 @@ function warmup()
28
byrow(ds, op, 1:2)
29
end
30
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])
+ combine(groupby(ds,1), Ref([1,2,3,7,8]) .=> [IMD.sum, IMD.mean, length, IMD.maximum, IMD.minimum, var, std, median, median!, sort])
+ combine(groupby(ds,1), r"x1$" .=> [IMD.sum, IMD.mean, length, IMD.maximum, IMD.minimum, var, std, median, sort])
33
ds2 = ds[1:2, [1,3]]
34
combine(gatherby(ds,1), Ref([1,2,3,7,8]) .=> [median, sort])
35
combine(gatherby(ds,1), Ref([1,2,3,7,8]) .=> [sum, mean, length, maximum, minimum, var, std])
0 commit comments