Skip to content

Commit 3a0a594

Browse files
committed
Fix tests
1 parent 5181356 commit 3a0a594

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

tests/test_init.py

+3-4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
from pet_neighbors_convert import load_neighbors_convert
2-
3-
41
def test_init():
5-
load_neighbors_convert()
2+
import torch
3+
import pet_neighbors_convert
4+
torch.ops.neighbors_convert.process

0 commit comments

Comments
 (0)