Refactor reducer#1031
Conversation
|
@fkiraly Please review this |
mloning
left a comment
There was a problem hiding this comment.
@Lovkush-A Looks all good to me! Happy to merge this as it is.
Just a comment: Having a _fit method in the _Reducer class which implements the check_window_length call and then delegates to another _internal_fit(or whatever you want to call it) would be an alternative but seems a bit overcomplicated.
I had similar thoughts, but also think it would have been overcomplicated |
fkiraly
left a comment
There was a problem hiding this comment.
happy too, let's just wait for tests to pass
|
tests passed overnight - tests have re-started due to a PR that only fixed a broken link, so force-merging |
Reference Issues/PRs
#955
fitin_Reducer. there was one check in thisfitthat was moved to all the other_fitmethodsfhas parameter to all the_fitmethods and adjusted docstring as suchNote that locally I checked only the tests for reduce, and those all passed. But who knows if other tests will fail... :/