Skip to content

Commit 1be83e0

Browse files
committed
update
1 parent c5c89e0 commit 1be83e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pygmt/tests/test_rose.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ def test_rose_deprecate_columns_to_incols(data_fractures_compilation):
202202
fig = Figure()
203203
with pytest.warns(expected_warning=FutureWarning) as record:
204204
fig.rose(
205-
data=data,
205+
data,
206206
region=[0, 1, 0, 360],
207207
sector=10,
208208
columns=[1, 0],

0 commit comments

Comments
 (0)