Skip to content

Commit 4fc1887

Browse files
committed
formatting
1 parent b6dff32 commit 4fc1887

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

gpsr/data_processing.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@ def process_images(
5656
]
5757
processed_images = images[
5858
...,
59-
crop_ranges[0][1]: crop_ranges[1][1],
60-
crop_ranges[0][0]: crop_ranges[1][0],
59+
crop_ranges[0][1] : crop_ranges[1][1],
60+
crop_ranges[0][0] : crop_ranges[1][0],
6161
]
6262

6363
# apply threshold if provided -- otherwise calculate threshold using triangle method

0 commit comments

Comments
 (0)