thiery-lab / data-assimilation

Python code for data assimilation methods
MIT License
45 stars 14 forks source link

Add tests and checks and automate using GitHub Actions #8

Open matt-graham opened 1 year ago

matt-graham commented 1 year ago

Currently there are no automated tests provided :cry:.

We should have unit tests covering the exposed API, including some tests validating the output of the filter implementations for known test cases (for example linear-Gaussian models using the Kalman filter as a reference).

We should also set up some automated linting checks and automate all of this using GitHub Actions.