Skip to content

Commit 5f5618c

Browse files
committed
another missed ruff
1 parent 624d2dd commit 5f5618c

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

autotest/test_gwt_uztmvt2x2.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -584,9 +584,9 @@ def check_output(idx, test):
584584
for x in np.arange(len(fromMvrDat)):
585585
for y in np.arange(len(fromMvrDat[x + 1])):
586586
for z in np.arange(len(mvtdat[x + 1][y])):
587-
assert np.isclose(
588-
mvtdat[x + 1][y][z][-1], (x + 1.0) * concCell[z]
589-
), msg2
587+
assert np.isclose(mvtdat[x + 1][y][z][-1], (x + 1.0) * concCell[z]), (
588+
msg2
589+
)
590590

591591

592592
# - No need to change any code below

0 commit comments

Comments
 (0)