Skip to content

Commit

Permalink
ruff linting
Browse files Browse the repository at this point in the history
  • Loading branch information
sophiamaedler committed Dec 17, 2024
1 parent 1d09c42 commit 671fcd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/scportrait/pipeline/segmentation/workflows.py
Original file line number Diff line number Diff line change
Expand Up @@ -1903,7 +1903,7 @@ def _execute_segmentation(self, input_image) -> None:
self._get_downsampling_parameters()
self._calculate_padded_image_size(input_image)

#downsample the image
# downsample the image
input_image = self._downsample_image(input_image)

# setup the memory mapped arrays to store the results
Expand Down

0 comments on commit 671fcd8

Please sign in to comment.