Skip to content
This repository has been archived by the owner on Nov 25, 2024. It is now read-only.

Commit

Permalink
Activate full-neighbor tests
Browse files Browse the repository at this point in the history
  • Loading branch information
chang-l committed Feb 23, 2024
1 parent b04cfc1 commit 05da3f6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -359,7 +359,7 @@ def routine_func(world_rank: int, world_size: int, **kwargs):

@pytest.mark.parametrize("graph_node_count", [103])
@pytest.mark.parametrize("graph_edge_count", [1043])
@pytest.mark.parametrize("max_sample_count", [11])
@pytest.mark.parametrize("max_sample_count", [11, -1])
@pytest.mark.parametrize("center_node_count", [13])
@pytest.mark.parametrize("center_node_dtype", [torch.int32, torch.int64])
@pytest.mark.parametrize("col_id_dtype", [0, 1])
Expand Down

0 comments on commit 05da3f6

Please sign in to comment.