mirror of
https://github.com/wassname/catalyst.git
synced 2026-09-09 11:19:23 +08:00
MAINT: .sum() behaviour
This commit is contained in:
@@ -409,7 +409,7 @@ class FilterTestCase(BasePipelineTestCase):
|
||||
window_length = 0
|
||||
|
||||
strictly_true_filter = StrictlyTrueFilter(
|
||||
inputs=[InputFilter()],
|
||||
inputs=(InputFilter(), ),
|
||||
window_length=self.default_shape[0]
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user