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 9c93bdd commit 1ba647eCopy full SHA for 1ba647e
pygmt/tests/test_contour.py
@@ -129,7 +129,7 @@ def test_contour_deprecate_columns_to_incols(region):
129
130
# generate dataframe
131
# switch x and y from here onwards to simulate different column order
132
- data = np.array([y, x, z])
+ data = np.array([y, x, z]).T
133
data = pd.DataFrame(data=data)
134
135
with pytest.warns(expected_warning=FutureWarning) as record:
0 commit comments