Skip to content

addressing #68, #69, #71, #95, and #96 for the kalman module #78

addressing #68, #69, #71, #95, and #96 for the kalman module

addressing #68, #69, #71, #95, and #96 for the kalman module #78

Workflow file for this run

on:
push:
branches:
- master
pull_request:
jobs:
Linux:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: '3.x'
- name: tests
run: |
pip install -e .[advanced,dev]
pytest pynumdiff