Skip to content

Commit

Permalink
add test
Browse files Browse the repository at this point in the history
  • Loading branch information
jalencato committed Dec 19, 2023
1 parent 0e503b5 commit 7f2b575
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit-tests/data_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -348,7 +348,7 @@ def generate_dummy_homogeneous_failure_graph(size='tiny', gen_mask=True, type='n
generate a dummy homogeneous graph for failure case.
In a homogeneous graph, the node type should be ["_N"] and the edge type should be [("_N", "_E", "_N")],
otherwise it should not be a valid homogeneous graph input. This function aims to generate
otherwise it should not be a valid homogeneous graph input. This function aims to generate a
failure case for homogeneous graph input. When type="node", it will generate a graph with
["_N"] node type and [("_N", "_E", "_N"), ("_N", "fake_E", "_N")] edge type. When type="edge",
it will generate a graph with ["_N", "fake_N"] node type and [("_N", "_E", "_N")] edge type.
Expand Down

0 comments on commit 7f2b575

Please sign in to comment.