Skip to content

Commit 0cd24e9

Browse files
author
florian
committed
fixed helpers import
1 parent 343bc24 commit 0cd24e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

category_encoders/tests/test_polynomial.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
from unittest2 import TestCase # or `from unittest import ...` if on Python 3.4+
33
import numpy as np
44
import category_encoders as encoders
5-
from category_encoders.tests.test_helpers import deep_round
5+
from category_encoders.tests.helpers import deep_round
66

77
a_encoding = [1, -0.7071067811865476, 0.40824829046386313]
88
b_encoding = [1, -5.551115123125783e-17, -0.8164965809277261]

0 commit comments

Comments
 (0)