Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Jul 7, 2022
1 parent 10b84d0 commit cb1c936
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/loader/test_neighbor_loader.py
Original file line number Diff line number Diff line change
Expand Up @@ -403,4 +403,4 @@ def test_temporal_custom_neighbor_loader_on_cora(get_dataset, FeatureStore,
)

for batch1, batch2 in zip(loader1, loader2):
assert torch.equal(batch1['paper'].time, batch2['paper'].time)
assert torch.equal(batch1['paper'].time, batch2['paper'].time)

0 comments on commit cb1c936

Please sign in to comment.