You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 22, 2024. It is now read-only.
Describe the bug
If RollingGroupBy.WeekdayWeekend or WeekdayWeekendAndHoliday are specified for RollingVariance RollingSkewness or RollingKurtosis, the RollingMean is calculated
To Reproduce
Steps to reproduce the behavior:
Create a RollingVariance with WeekdayWeekend as groupby arguments.
Run the pipeline and look at the result of RollingVariance
Expected behavior
The rollingVariance should be calculated. Not the rollingMean
Additional context
In the cases for WeekdayWeekend and WeekdayWeekendAndHoliday of Rolling base, the mean is calculated instead of calling _get_rollng, if _get_rolling is called there the issue should be fixed.
The text was updated successfully, but these errors were encountered:
Describe the bug
If RollingGroupBy.WeekdayWeekend or WeekdayWeekendAndHoliday are specified for RollingVariance RollingSkewness or RollingKurtosis, the RollingMean is calculated
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The rollingVariance should be calculated. Not the rollingMean
Additional context
In the cases for WeekdayWeekend and WeekdayWeekendAndHoliday of Rolling base, the mean is calculated instead of calling _get_rollng, if _get_rolling is called there the issue should be fixed.
The text was updated successfully, but these errors were encountered: