brainglobe / cellfinder-core

Standalone cellfinder cell detection algorithm
https://brainglobe.info/documentation/cellfinder/index.html
BSD 3-Clause "New" or "Revised" License
19 stars 16 forks source link

Move test code in `structure_detection` to actual tests #109

Closed alessandrofelder closed 1 year ago

alessandrofelder commented 1 year ago

There are some comments in structure_detection.py(x) that suggest the nearby functionality belongs in a test. These are either (2x)

# wrapper for testing purposes

or (3x)

# TEST

These should be investigated and translated into tests if appropriate.