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 5cd8275 commit e44e712Copy full SHA for e44e712
pygmt/tests/test_plot3d.py
@@ -90,7 +90,7 @@ def test_plot3d_fail_1d_array_with_data(data, region):
90
91
def test_plot3d_fail_no_data(data, region):
92
"""
93
- Should raise an exception if data is not enough.
+ Should raise an exception if data is not enough or too much.
94
95
fig = Figure()
96
with pytest.raises(GMTInvalidInput):
0 commit comments