Skip to content

Commit edf6198

Browse files
committed
Flake8 fix
1 parent 50c97e5 commit edf6198

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

tests/test_utils.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -214,10 +214,10 @@ def test_compute_plane_position_slide_per_frame():
214214
tiles_per_column = math.ceil(image.TotalPixelMatrixRows / image.Rows)
215215
tiles_per_row = math.ceil(image.TotalPixelMatrixColumns / image.Columns)
216216
assert len(plane_positions) == (
217-
num_optical_paths
218-
* num_focal_planes
219-
* tiles_per_row
220-
* tiles_per_column
217+
num_optical_paths *
218+
num_focal_planes *
219+
tiles_per_row *
220+
tiles_per_column
221221
)
222222

223223

0 commit comments

Comments
 (0)