Skip to content

Commit dd7e435

Browse files
committed
update
1 parent 4ed27cd commit dd7e435

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

torch_sparse/utils.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
from torch.jit import Final # noqa
1212

1313

14-
@torch.jit.script
1514
def index_sort(
1615
inputs: torch.Tensor,
1716
max_value: Optional[int] = None) -> Tuple[torch.Tensor, torch.Tensor]:

0 commit comments

Comments
 (0)