dysonance / Temporal.jl

Time series implementation for the Julia language focused on efficiency and flexibility
Other
100 stars 25 forks source link

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

Open aprueser opened 2 years ago

aprueser commented 2 years ago

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.