royerlab / aydin

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

Significantly longer run times with certain test cases #115

Closed AhmetCanSolak closed 2 years ago

AhmetCanSolak commented 2 years ago

I started to observe some classic algorithm related tests started to take way too long to finish running. Particularly the following two:

https://github.com/royerlab/aydin/blob/0f484cd6ec0fe05df06cf420fa4243db4c16eb49/aydin/it/classic_denoisers/test/test_harmonic.py#L10

https://github.com/royerlab/aydin/blob/0f484cd6ec0fe05df06cf420fa4243db4c16eb49/aydin/it/test/test_classic_saveload.py#L35

This PR will be closed once we merge a patch for these.

royerloic commented 2 years ago

this has been fixed

AhmetCanSolak commented 2 years ago

yes I can confirm this is addressed in #118 , thank you @royerloic !