Merge pull request #1382 from quantopian/window-safe-zscore

Factors created from `zscore` should be window safe
This commit is contained in:
David Michalowicz
2016-08-09 09:29:58 -04:00
committed by GitHub
+1
View File
@@ -574,6 +574,7 @@ class Factor(RestrictedDTypeMixin, ComputableTerm):
dtype=self.dtype,
missing_value=self.missing_value,
mask=mask,
window_safe=True,
)
def rank(self,