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 cd95076 commit 21e3537Copy full SHA for 21e3537
test/data.jl
@@ -28,13 +28,8 @@ end
28
end
29
30
@testset "data api functions" begin
31
-# @test typeof(dqlist_test["data_qualities_list"]) <: Dict
32
-# @test typeof(data_features_test) <: Dict
33
@test length(data_features_test["data_features"]["feature"]) == 5
34
@test data_features_test["data_features"]["feature"][1]["name"] == "sepallength"
35
-
36
-# @test typeof(data_qualities_test) <: Dict
37
38
@test length(filters_test["data"]["dataset"]) == limit
39
@test length(filters_test["data"]["dataset"][1]) == offset
40
0 commit comments