Skip to content

Commit ad6d6a5

Browse files
pygmt.grdfill: Fix PyGMT versions in FutureWarnings for "constant_fill" and "hole" (#4338)
1 parent 80ecc16 commit ad6d6a5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pygmt/src/grdfill.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,9 +78,9 @@ def _validate_params(
7878
@fmt_docstring
7979
# TODO(PyGMT>=0.19.0): Remove the deprecated 'no_data' parameter.
8080
# TODO(PyGMT>=0.19.0): Remove the deprecated 'mode' parameter.
81-
@deprecate_parameter("no_data", "hole", "v0.18.0", remove_version="v0.20.0")
81+
@deprecate_parameter("no_data", "hole", "v0.15.0", remove_version="v0.19.0")
8282
@deprecate_parameter(
83-
"constantfill", "constant_fill", "v0.15.0", remove_version="v0.19.0"
83+
"constantfill", "constant_fill", "v0.18.0", remove_version="v0.20.0"
8484
)
8585
@deprecate_parameter("gridfill", "grid_fill", "v0.18.0", remove_version="v0.20.0")
8686
@deprecate_parameter(

0 commit comments

Comments
 (0)