Skip to content

Commit e4debcb

Browse files
committed
Linting
1 parent c2bb278 commit e4debcb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/core_function.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
- rotation_sample.tif: A TIFF stack to be derotated.
1717
1818
The script computes the derotated movie and displays the mean image of the
19-
derotated stack.
19+
derotated stack.
2020
"""
2121

2222
# %%
@@ -95,7 +95,7 @@
9595
)
9696

9797
# %%
98-
# Visualize the result by taking the mean
98+
# Visualize the result by taking the mean
9999

100100
mean_image = np.mean(derotated_stack, axis=0)
101101

0 commit comments

Comments
 (0)