Skip to content

Commit

Permalink
ruff linting
Browse files Browse the repository at this point in the history
  • Loading branch information
sophiamaedler committed Nov 20, 2024
1 parent 723e752 commit 1f18e6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/scportrait/tools/stitch/_stitch.py
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,7 @@ def generate_thumbnail(self, scale=0.05):
rescale = True
else:
if not self.do_intensity_rescale:
rescale = False #turn off rescaling
rescale = False # turn off rescaling

# rescale generated thumbnail
if rescale:
Expand Down

0 comments on commit 1f18e6b

Please sign in to comment.