Skip to content

Commit

Permalink
Add more tests
Browse files Browse the repository at this point in the history
  • Loading branch information
aurorarossi committed Jun 27, 2024
1 parent ecd437a commit 3ac91df
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 @@ -390,4 +390,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 3ac91df

Please sign in to comment.