mirror of
https://github.com/wassname/catalyst.git
synced 2026-06-30 11:42:40 +08:00
Merge pull request #1382 from quantopian/window-safe-zscore
Factors created from `zscore` should be window safe
This commit is contained in:
@@ -574,6 +574,7 @@ class Factor(RestrictedDTypeMixin, ComputableTerm):
|
||||
dtype=self.dtype,
|
||||
missing_value=self.missing_value,
|
||||
mask=mask,
|
||||
window_safe=True,
|
||||
)
|
||||
|
||||
def rank(self,
|
||||
|
||||
Reference in New Issue
Block a user