Skip to content

Commit 0a63ef0

Browse files
committed
Add TODO comments
1 parent 5330d0a commit 0a63ef0

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

pygmt/clib/session.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1883,6 +1883,7 @@ def virtualfile_in(
18831883
_data = [x, y]
18841884
if z is not None:
18851885
_data.append(z)
1886+
# TODO(PyGMT>=0.20.0): Remove the deprecated parameter 'extra_arrays'.
18861887
if extra_arrays:
18871888
msg = (
18881889
"The parameter 'extra_arrays' will be removed in v0.20.0. "

pygmt/tests/test_clib_virtualfile_in.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,7 @@ def test_virtualfile_in_matrix_string_dtype():
130130
# not lib.virtualfile_from_matrix, but it's technically complicated.
131131

132132

133+
# TODO(PyGMT>=0.20.0): Remove the test related to deprecated parameter 'extra_arrays'.
133134
def test_virtualfile_in_extra_arrays(data):
134135
"""
135136
Test that the extra_arrays parameter is deprecated.

0 commit comments

Comments
 (0)