Skip to content

Commit 8b997a5

Browse files
committed
Black formatting using 20.8b1
1 parent 8e88275 commit 8b997a5

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

tests/test_eccodes.py

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -413,7 +413,14 @@ def test_grib_ecc_1042():
413413
assert read_vals[length - 1] == 3
414414

415415
# Trying write with explicit dtype
416-
write_vals = np.array([1, 2, 3,], dtype=float,)
416+
write_vals = np.array(
417+
[
418+
1,
419+
2,
420+
3,
421+
],
422+
dtype=float,
423+
)
417424
codes_set_values(gid, write_vals)
418425
read_vals = codes_get_values(gid)
419426
assert read_vals[0] == 1

0 commit comments

Comments
 (0)