Skip to content

Commit 42de56f

Browse files
committed
run make format
1 parent 43212d2 commit 42de56f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pygmt/tests/test_datasets_samples.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ def test_fractures_compilation():
7474
assert summary.loc["min", "azimuth"] == 0.0
7575
assert summary.loc["max", "azimuth"] == 360.0
7676

77+
7778
def test_mars_shape():
7879
"""
7980
Check that the @mars370d.txt dataset loads without errors.
@@ -86,4 +87,4 @@ def test_mars_shape():
8687
assert summary.loc["min", "lat"] == -79.715
8788
assert summary.loc["max", "lat"] == 85.887
8889
assert summary.loc["min", "radius(m)"] == -6930
89-
assert summary.loc["max", "radius(m)"] == 15001
90+
assert summary.loc["max", "radius(m)"] == 15001

0 commit comments

Comments
 (0)