Commit f55fd372 authored by rusty1s's avatar rusty1s
Browse files

typo

parent 8d6acb03
...@@ -7,7 +7,6 @@ from torch_spline_conv import SplineConv ...@@ -7,7 +7,6 @@ from torch_spline_conv import SplineConv
from torch_spline_conv.basis import implemented_degrees as degrees from torch_spline_conv.basis import implemented_degrees as degrees
from .utils import dtypes, devices, tensor from .utils import dtypes, devices, tensor
devices = [torch.device('cuda')]
tests = [{ tests = [{
'x': [[9, 10], [1, 2], [3, 4], [5, 6], [7, 8]], 'x': [[9, 10], [1, 2], [3, 4], [5, 6], [7, 8]],
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment