Skip to content

fix(rolling): return NaN when n < min_samples #28

fix(rolling): return NaN when n < min_samples

fix(rolling): return NaN when n < min_samples #28

Workflow file for this run

name: Lint
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- uses: astral-sh/setup-uv@2e657c127d5b1635d5a8e3fa40e0ac50a5bf6992 # v3.2.2
- name: Run linters
run: uvx pre-commit run --all-files