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 ee0f709 commit 7a444ecCopy full SHA for 7a444ec
REQUIRE
@@ -1,4 +1,4 @@
1
-julia 1.0.2
+julia 1.0
2
IndexedTables 0.8.1
3
JuliaDB 0.9.0
4
Reexport
test/runtests.jl
@@ -150,11 +150,11 @@ end
150
151
@testset "applychunked" begin
152
t1 = @apply iris1 begin
153
- @where :Species == "setosa"
+ @where :SepalLength != 5.1
154
@transform {Ratio = :SepalLength / :SepalWidth}
155
end
156
t2 = @applychunked iris2 begin
157
158
159
160
@test t1 == collect(t2)
0 commit comments