Avoid all-catch Exception #40
Labels
enhancement
New feature or request
migrated-from-cellfinder
For issues that were inherited from the migration of cellfinder into this package.
We have a catch-all exception at https://github.com/brainglobe/cellfinder/blob/21f724b46c84cf2c2489d1d4347c6c19f9277b45/cellfinder/analyse/analyse.py#L96. We should narrow this down to catch only the exceptions we expect to happen here, as this may cause bugs to go unnoticed.
The text was updated successfully, but these errors were encountered: