arundo/adtk

It looks like I found a bug in the `__doc__` of the class `DoubleRollingAggregate` in the module `Transformers`

neural-vector-machine opened this issue · 0 comments

In the the __doc__ of the class DoubleRollingAggregate in the module Transformers, the annotation of pramater center is If True, the current point is the **right** edge of right window; Otherwise, it is the right edge of **left** window. originally.
Afater reading the code line by line, to the best of my knowledge, it should be If True, the current point is the **left** edge of right window; Otherwise, it is the right edge of **right** window..
Am I misinterpreting this, or its the little mistake of the __doc__?