mirror of
https://github.com/wassname/catalyst.git
synced 2026-07-01 12:18:17 +08:00
06a01b1469
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.