BUG: Fix #46726; wrong result with varying window size min/max rolling calc. #48178
code-checks.yml
on: pull_request
Docstring validation, typing, and other manual pre-commit hooks
17m 20s
ASV Benchmarks
20m 14s
Build Docker Dev Environment
2m 37s
Test install requirements-dev.txt
1m 33s
Annotations
10 errors
Docstring validation, typing, and other manual pre-commit hooks
/home/runner/work/pandas/pandas/pandas/core/window/rolling.py:2244: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:2244:GL03:pandas.core.window.rolling.Rolling.sum:Double line break found; please use only one blank line to separate sections or paragraphs, and do not leave blank lines at the end of docstrings
|
Docstring validation, typing, and other manual pre-commit hooks
/home/runner/work/pandas/pandas/pandas/core/window/rolling.py:2244: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:2244: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:2244: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:2388: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:2388:GL03:pandas.core.window.rolling.Rolling.mean:Double line break found; please use only one blank line to separate sections or paragraphs, and do not leave blank lines at the end of docstrings
|
Docstring validation, typing, and other manual pre-commit hooks
/home/runner/work/pandas/pandas/pandas/core/window/rolling.py:2388: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:2388: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:2388:RT01:pandas.core.window.rolling.Rolling.mean:No Returns section found
|