Skip to content

Remove mention of EWMean.mean and EWVar.variance #2478

Remove mention of EWMean.mean and EWVar.variance

Remove mention of EWMean.mean and EWVar.variance #2478

Workflow file for this run

name: code-quality
on:
pull_request:
branches:
- "*"
push:
branches:
- main
jobs:
ubuntu:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Build River
uses: ./.github/actions/install-env
with:
python-version: "3.12"
build-root: false
- name: Run pre-commit on all files
run: poetry run pre-commit run --all-files