Skip to content

Commit 0c36b2f

Browse files
author
Scott Sanderson
committed
BUG: Fix moved import.
1 parent 7eeaafb commit 0c36b2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/pipeline/test_statistical.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1064,7 +1064,7 @@ def test_allowed_missing_doesnt_double_count(self):
10641064
np.array([False, False, False, False, False]))
10651065

10661066

1067-
class VectorizedCorrelationTestCase(ZiplineTestCase):
1067+
class VectorizedCorrelationTestCase(zf.ZiplineTestCase):
10681068

10691069
def naive_columnwise_func(self, func, left, right):
10701070
out = np.empty_like(left[0])

0 commit comments

Comments
 (0)