Skip to content

Commit efa5146

Browse files
committed
Change to relative import
1 parent 00c500b commit efa5146

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

torchkde/kernels.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
import torch
55
from scipy.special import gamma
66

7-
from torchkde.utils import check_if_mat, inverse_sqrt
7+
from .utils import check_if_mat, inverse_sqrt
88

99

1010
SUPPORTED_KERNELS = [

0 commit comments

Comments
 (0)