mirror of
https://github.com/wassname/catalyst.git
synced 2026-07-25 13:10:33 +08:00
In the previous implementation of batch transform it happened that a window_length of `0` caused the transform to update on every bar, for the time being that behavior should be retained, though the new rolling implementation more correctly aligns to the term of 'period' so a period of 1 would achieve the same effect.