ENH: made filters window safe

This commit is contained in:
Gil Wassermann
2016-07-20 17:10:08 -04:00
parent 71b2363775
commit d7b631617c
+4
View File
@@ -167,6 +167,10 @@ class Filter(RestrictedDTypeMixin, ComputableTerm):
output of a Pipeline and for reducing memory consumption of Pipeline
results.
"""
# make filters window safe
window_safe = True
ALLOWED_DTYPES = (bool_dtype,) # Used by RestrictedDTypeMixin
dtype = bool_dtype