Skip to content

Commit 318969c

Browse files
committed
bug fix
1 parent a0a8eaf commit 318969c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/precompile/warmup.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
function warmup()
22
t1 = now()
33
ds = Dataset(x1 = rand(1:2, 10000), x2 = rand(1:2, 10000), x3 = rand(1:2, 10000) * 1.1, x4 = rand([Date(1), Date(2)], 10000), x5 = string.(rand(1:2), 10000),
4-
x6 = PooledArray(Characters{5, UInt8}.(rand(1:2, 10000))), x7 = Int32.(rand(1:2, 10000)), x8 = Float32.(rand(1:2, 10000) * 1.1), x9 = PooledArray(Characters{3, UInt8}.(rand(1:2, 10000))), x10 = PooledArray(Characters{12, UInt8}.(rand(1:2, 10000))))
4+
x6 = PooledArray(Characters{5}.(rand(1:2, 10000))), x7 = Int32.(rand(1:2, 10000)), x8 = Float32.(rand(1:2, 10000) * 1.1), x9 = PooledArray(Characters{3}.(rand(1:2, 10000))), x10 = PooledArray(Characters{12}.(rand(1:2, 10000))))
55
for i in 1:ncol(ds)
66
sortperm(ds, i)
77
end

0 commit comments

Comments
 (0)