gerlichlab / looptrace

Fork (from EMBL Gitlab) of the looptrace project: https://git.embl.de/grp-ellenberg/looptrace
MIT License
2 stars 1 forks source link

Refactor: change DistanceThreshold to an enum #193

Open vreuter opened 9 months ago

vreuter commented 9 months ago

The distance threshold type for filtering ROIs on proximity is currently a sealed trait but should be made an enum to facilitate exhaustive table-driven property-based tests.