openradar / xradar

A tool to work in weather radar data in xarray
https://docs.openradarscience.org/projects/xradar
MIT License
85 stars 17 forks source link

Split unittests and notebook tests in CI #115

Closed kmuehlbauer closed 1 year ago

kmuehlbauer commented 1 year ago

Description

Currently we run the unittests and notebooktests in a consecutive manner in one CI. We should split them up into two different CI runs to immediately see if we have a failed test or something is wrong with the notebooks.