Skip to content

Commit 2314d2d

Browse files
committed
And another typo
1 parent 8b1e380 commit 2314d2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

caiman/source_extraction/cnmf/estimates.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -309,7 +309,7 @@ def plot_contours_nb(self, img=None, idx=None, thr_method='max',
309309
self.plot_contours(img=img, idx=idx, thr_method=thr_method,
310310
thr=thr, params=params, cmap=cmap)
311311

312-
def view_components(self, Yr=None, img=None, idx=None) -> None
312+
def view_components(self, Yr=None, img=None, idx=None) -> None:
313313
"""view spatial and temporal components interactively
314314
315315
Args:

0 commit comments

Comments
 (0)