Merge pull request #2624 from quantopian/fix-build

BUG: Fix moved import.
This commit is contained in:
Scott Sanderson 2020-01-21 12:06:07 -05:00 committed by GitHub
commit 6f72d19554
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1064,7 +1064,7 @@ class VectorizedBetaTestCase(zf.ZiplineTestCase):
np.array([False, False, False, False, False]))
class VectorizedCorrelationTestCase(ZiplineTestCase):
class VectorizedCorrelationTestCase(zf.ZiplineTestCase):
def naive_columnwise_func(self, func, left, right):
out = np.empty_like(left[0])