Skip to content

Commit 6f72d19

Browse files
author
Scott Sanderson
authored
Merge pull request #2624 from quantopian/fix-build
BUG: Fix moved import.
2 parents 7eeaafb + 0c36b2f commit 6f72d19

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)