Skip to content

Commit

Permalink
Add comment about outstanding issue
Browse files Browse the repository at this point in the history
  • Loading branch information
rcomer committed May 26, 2024
1 parent b8e6aba commit d8297b8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/cartopy/mpl/gridliner.py
Original file line number Diff line number Diff line change
Expand Up @@ -448,6 +448,7 @@ def __init__(self, axes, crs, draw_labels=False, xlocator=None,
if auto_update is None:
auto_update = True
else:
# Note #2394 should be addressed before this deprecation expires.
calling_module = inspect.stack()[1].filename
warnings.warn(
"The auto_update parameter was deprecated at Cartopy 0.23. In future "
Expand Down

0 comments on commit d8297b8

Please sign in to comment.