Skip to content

BUG: Fix #46726; wrong result with varying window size min/max rolling calc. #48197

BUG: Fix #46726; wrong result with varying window size min/max rolling calc.

BUG: Fix #46726; wrong result with varying window size min/max rolling calc. #48197

Triggered via pull request April 14, 2025 18:35
Status Failure
Total duration 21m 2s
Artifacts

code-checks.yml

on: pull_request
Docstring validation, typing, and other manual pre-commit hooks
16m 25s
Docstring validation, typing, and other manual pre-commit hooks
ASV Benchmarks
20m 51s
ASV Benchmarks
Build Docker Dev Environment
3m 13s
Build Docker Dev Environment
Test install requirements-dev.txt
1m 40s
Test install requirements-dev.txt
Fit to window
Zoom out
Zoom in

Annotations

10 errors
Docstring validation, typing, and other manual pre-commit hooks
/home/runner/work/pandas/pandas/pandas/core/window/rolling.py:2232:PR02:pandas.core.window.rolling.Rolling.sum:Unknown parameters {'Series or DataFrame', '-------', 'Returns'}
Docstring validation, typing, and other manual pre-commit hooks
/home/runner/work/pandas/pandas/pandas/core/window/rolling.py:2232:RT01:pandas.core.window.rolling.Rolling.sum:No Returns section found
Docstring validation, typing, and other manual pre-commit hooks
/home/runner/work/pandas/pandas/pandas/core/window/rolling.py:2232:PR07:pandas.core.window.rolling.Rolling.sum:Parameter "-------" has no description
Docstring validation, typing, and other manual pre-commit hooks
/home/runner/work/pandas/pandas/pandas/core/window/rolling.py:2232:PR04:pandas.core.window.rolling.Rolling.sum:Parameter "Series or DataFrame" has no type
Docstring validation, typing, and other manual pre-commit hooks
/home/runner/work/pandas/pandas/pandas/core/window/rolling.py:2376:PR02:pandas.core.window.rolling.Rolling.mean:Unknown parameters {'Series or DataFrame', '-------', 'Returns'}
Docstring validation, typing, and other manual pre-commit hooks
/home/runner/work/pandas/pandas/pandas/core/window/rolling.py:2376:RT01:pandas.core.window.rolling.Rolling.mean:No Returns section found
Docstring validation, typing, and other manual pre-commit hooks
/home/runner/work/pandas/pandas/pandas/core/window/rolling.py:2376:PR07:pandas.core.window.rolling.Rolling.mean:Parameter "-------" has no description
Docstring validation, typing, and other manual pre-commit hooks
/home/runner/work/pandas/pandas/pandas/core/window/rolling.py:2376:PR04:pandas.core.window.rolling.Rolling.mean:Parameter "Series or DataFrame" has no type
Docstring validation, typing, and other manual pre-commit hooks
/home/runner/work/pandas/pandas/pandas/core/window/rolling.py:2418:PR02:pandas.core.window.rolling.Rolling.median:Unknown parameters {'Series or DataFrame', '-------', 'Returns'}
Docstring validation, typing, and other manual pre-commit hooks
/home/runner/work/pandas/pandas/pandas/core/window/rolling.py:2418:RT01:pandas.core.window.rolling.Rolling.median:No Returns section found