Skip to content

Commit

Permalink
Merge 0c36b2f into 7eeaafb
Browse files Browse the repository at this point in the history
  • Loading branch information
Scott Sanderson committed Jan 21, 2020
2 parents 7eeaafb + 0c36b2f commit aff4122
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/pipeline/test_statistical.py
Expand Up @@ -1064,7 +1064,7 @@ def test_allowed_missing_doesnt_double_count(self):
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])
Expand Down

0 comments on commit aff4122

Please sign in to comment.