royerlab / aydin

Aydin — User-friendly, Fast, Self-Supervised Image Denoising for All.
https://royerlab.github.io/aydin/
BSD 3-Clause "New" or "Revised" License
151 stars 14 forks source link

unstable pytest mark #277

Closed AhmetCanSolak closed 1 year ago

AhmetCanSolak commented 1 year ago

This PR introduces a new pytest mark for our tests, unstable. This meant to be used for the tests that are not stable enough. We will group such tests together and skip on the initial tasks of the CI, and we will only run it after the run of stable tests is completed. This can also provide insights on which part of our codebase is less stable.