Skip to content

Commit 7ea56a0

Browse files
committed
fixed import
1 parent de85366 commit 7ea56a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/utils/num/test_utils_num.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
from dackar.utils.num import kernel_two_sample_test as K2ST
1+
from dackar.anomalies import kernel_two_sample_test as K2ST
22

33
import numpy as np
44
import matplotlib.pyplot as plt

0 commit comments

Comments
 (0)