We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43212d2 commit 42de56fCopy full SHA for 42de56f
pygmt/tests/test_datasets_samples.py
@@ -74,6 +74,7 @@ def test_fractures_compilation():
74
assert summary.loc["min", "azimuth"] == 0.0
75
assert summary.loc["max", "azimuth"] == 360.0
76
77
+
78
def test_mars_shape():
79
"""
80
Check that the @mars370d.txt dataset loads without errors.
@@ -86,4 +87,4 @@ def test_mars_shape():
86
87
assert summary.loc["min", "lat"] == -79.715
88
assert summary.loc["max", "lat"] == 85.887
89
assert summary.loc["min", "radius(m)"] == -6930
- assert summary.loc["max", "radius(m)"] == 15001
90
+ assert summary.loc["max", "radius(m)"] == 15001
0 commit comments