File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -1883,6 +1883,7 @@ def virtualfile_in(
1883
1883
_data = [x , y ]
1884
1884
if z is not None :
1885
1885
_data .append (z )
1886
+ # TODO(PyGMT>=0.20.0): Remove the deprecated parameter 'extra_arrays'.
1886
1887
if extra_arrays :
1887
1888
msg = (
1888
1889
"The parameter 'extra_arrays' will be removed in v0.20.0. "
Original file line number Diff line number Diff line change @@ -130,6 +130,7 @@ def test_virtualfile_in_matrix_string_dtype():
130
130
# not lib.virtualfile_from_matrix, but it's technically complicated.
131
131
132
132
133
+ # TODO(PyGMT>=0.20.0): Remove the test related to deprecated parameter 'extra_arrays'.
133
134
def test_virtualfile_in_extra_arrays (data ):
134
135
"""
135
136
Test that the extra_arrays parameter is deprecated.
You can’t perform that action at this time.
0 commit comments