Skip to content

Commit 1151ca2

Browse files
committed
added tests for materialization
1 parent 1905d1e commit 1151ca2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

test/tst_mutagenesis.jl

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,8 @@ end
1414
@test !any(haskey.(train_x, :mutagenic))
1515
@test !any(haskey.(test_x, :mutagenic))
1616
@test !any(haskey.(val_x, :mutagenic))
17+
# test data is materialized
18+
@test train_x isa AbstractVector{<:AbstractDict}
19+
@test test_x isa AbstractVector{<:AbstractDict}
20+
@test val_x isa AbstractVector{<:AbstractDict}
1721
end

0 commit comments

Comments
 (0)