Skip to content

Commit

Permalink
Flake8 fix
Browse files Browse the repository at this point in the history
  • Loading branch information
will-moore committed Aug 19, 2024
1 parent 17748ab commit 996699f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion omero_figure/scripts/omero/figure_scripts/Figure_To_Pdf.py
Original file line number Diff line number Diff line change
Expand Up @@ -1686,7 +1686,6 @@ def get_panel_image(self, image, panel, orig_name=None):
# check max_projection_bytes
pixel_range = image.getPixelRange()
bytes_per_pixel = ceil(log2(pixel_range[1]) / 8.0)
act_chs = [ch for ch in image.getChannels() if ch.isActive()]
proj_bytes = (size_z * size_x * size_y
* size_c * bytes_per_pixel)

Expand Down

0 comments on commit 996699f

Please sign in to comment.