From 4a238b3e45d59cf9bc628d74edf6241eb81e0bb1 Mon Sep 17 00:00:00 2001 From: Dongdong Tian Date: Sun, 10 Aug 2025 18:29:03 +0800 Subject: [PATCH] pygmt.select: Remove 'resolution' from the use_alias decorator --- pygmt/src/select.py | 1 - 1 file changed, 1 deletion(-) diff --git a/pygmt/src/select.py b/pygmt/src/select.py index 18758e6ab46..4cd91b63c99 100644 --- a/pygmt/src/select.py +++ b/pygmt/src/select.py @@ -24,7 +24,6 @@ @use_alias( A="area_thresh", C="dist2pt", - D="resolution-", F="polygon", G="gridmask", I="reverse",