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