Temporal.jl icon indicating copy to clipboard operation
Temporal.jl copied to clipboard

Functions that accept a pad & padval (eg: lag) should not assert on too few rows.

Open aprueser opened this issue 2 years ago • 0 comments

Functions that accept a pad & padval (eg: lag) should not assert on too few rows if pad == true. When pad == true these functions should just return a vector of length size(x, 1) equal to padval.

If you agree to this change, I will pull and update.

aprueser avatar Jun 28 '22 04:06 aprueser