Skip to content

Commit

Permalink
fixing pyg_test
Browse files Browse the repository at this point in the history
  • Loading branch information
pmpalang committed Nov 14, 2023
1 parent 77c2a6f commit 3c31852
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/csrc/sampler/test_neighbor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ TEST(BiasedNeighborTest, BasicAssertions) {
/*num_neighbors=*/{1},
/*node_time=*/c10::nullopt,
/*seed_time=*/c10::nullopt,
/*edge_time=*/edge_weight);
/*edge_time=*/edge_weight,
/*edge_weight=*/edge_weight);

auto expected_row = at::tensor({0, 1}, options);
Expand Down

0 comments on commit 3c31852

Please sign in to comment.