BUG: Fix #46726; wrong result with varying window size min/max rolling calc. #48193
code-checks.yml
on: pull_request
Docstring validation, typing, and other manual pre-commit hooks
17m 28s
ASV Benchmarks
20m 44s
Build Docker Dev Environment
2m 37s
Test install requirements-dev.txt
1m 41s
Annotations
10 errors
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:2232:PR02:pandas.core.window.rolling.Rolling.sum:Unknown parameters {'Returns', 'Series or DataFrame', '-------'}
|
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: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: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: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:2376:PR02:pandas.core.window.rolling.Rolling.mean:Unknown parameters {'Returns', 'Series or DataFrame', '-------'}
|
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: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:2376:PR07:pandas.core.window.rolling.Rolling.mean:Parameter "-------" has no description
|