Skip to content

Commit

Permalink
Add more tests
Browse files Browse the repository at this point in the history
  • Loading branch information
aurorarossi committed Jul 1, 2024
1 parent 7bf8729 commit b92acf0
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions test/datasets/graphs_no_ci.jl
Original file line number Diff line number Diff line change
Expand Up @@ -405,4 +405,10 @@ end
@test g.num_nodes == 20
@test g.num_edges == 102
@test g.node_data.features[1][:,:,2:end] == g.node_data.features[2][:,:,1:end-1]

@test data.metadata[:BUDAPEST] == 5
@test data.metadata[:BACS] == 1
@test data.metadata[:ZALA] == 20
@test data.metadata[:HEVES] == 10
@test data.metadata isa Dict{Symbol, Any}
end

0 comments on commit b92acf0

Please sign in to comment.