mirror of
https://github.com/wassname/catalyst.git
synced 2026-07-01 08:17:33 +08:00
ENH: Match window_safe status of multi output factor with factor
This commit is contained in:
@@ -1594,6 +1594,7 @@ class RecarrayField(SingleInputMixin, Factor):
|
||||
mask=factor.mask,
|
||||
dtype=factor.dtype,
|
||||
missing_value=factor.missing_value,
|
||||
window_safe=factor.window_safe
|
||||
)
|
||||
|
||||
def _init(self, attribute, *args, **kwargs):
|
||||
|
||||
Reference in New Issue
Block a user