mirror of
https://github.com/saymrwulf/zipline.git
synced 2026-05-14 20:58:10 +00:00
Merge pull request #2624 from quantopian/fix-build
BUG: Fix moved import.
This commit is contained in:
commit
6f72d19554
1 changed files with 1 additions and 1 deletions
|
|
@ -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])
|
||||
|
|
|
|||
Loading…
Reference in a new issue