Skip to content

Commit ed1419d

Browse files
committed
[format-command] fixes
1 parent ba73d5b commit ed1419d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

pygmt/tests/test_clib.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -422,9 +422,11 @@ def test_virtualfile_from_data_required_z_vectors():
422422
with lib.virtualfile_from_data(x=x, y=y, z=z, required_z=True):
423423
print("This should have failed")
424424

425+
425426
def test_virtualfile_from_data_required_z_matrix():
426427
"""
427-
Test that function fails when needs and do not provide third z columns in a matrix.
428+
Test that function fails when needs and do not provide third z columns in a
429+
matrix.
428430
"""
429431

430432
data = np.ones((5, 2))

0 commit comments

Comments
 (0)