We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc58192 commit 8d833acCopy full SHA for 8d833ac
1 file changed
deeptrack/optics.py
@@ -2647,6 +2647,8 @@ def _check_non_overlapping(
2647
- If bounding cubes overlap, voxel-level checks are performed.
2648
2649
"""
2650
+ import itertools
2651
+
2652
from deeptrack.scatterers import ScatteredVolume
2653
2654
from deeptrack.augmentations import CropTight, Pad # these are not compatibles with torch backend
0 commit comments