Skip to content

Update noise_processing.py #264

Update noise_processing.py

Update noise_processing.py #264

Workflow file for this run

name: Tests
on: [push, pull_request, workflow_dispatch]
jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install --upgrade setuptools wheel
python -m pip install pytest ooipy 'numpy<1.22'
- name: Run tests
run: |
python -m pytest