MothNik / robust_fourier

Noise- and Outlier-Robust Fourier Transform with Hermite Functions with NumPy and Numba
MIT License
1 stars 0 forks source link

✅❌ Add test CI pipeline #6

Closed MothNik closed 4 months ago

MothNik commented 4 months ago

Currently, the automated tests have to run locally during development. However, the maintainability and credibility would be way higher if the main-branch would also have a CI-pipeline for automated tests.

This would also allow to test multiple Python versions at once.