We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aec4384 commit 3e936d3Copy full SHA for 3e936d3
suite2p/detection/stats.py
@@ -59,7 +59,7 @@ class ROI:
59
lam: np.ndarray
60
med: np.ndarray
61
do_crop: bool
62
- if sys.version_info >= (3, 12):
+ if sys.version_info >= (3, 11):
63
rsort: np.ndarray = field(default_factory=default_rsort, repr=False)
64
else:
65
rsort: np.ndarray = field(default=np.sort(distance_kernel(radius=30).flatten()), repr=False)
0 commit comments