-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Open
Labels
cleanupMinor issues (not: bug, enhancement, feature request)Minor issues (not: bug, enhancement, feature request)help wantedExtra attention is neededExtra attention is needed
Description
python -m unittest discover tests
.....................geemap/cartoee.py:251: MatplotlibDeprecationWarning: The get_cmap function was deprecated in Matplotlib 3.7 and will be removed in 3.11. Use ``matplotlib.colormaps[name]`` or ``matplotlib.colormaps.get_cmap()`` or ``pyplot.get_cmap()`` instead.
colormap = cm.get_cmap(cmap, n)
..................................geemap/common.py:12787: MatplotlibDeprecationWarning: The get_cmap function was deprecated in Matplotlib 3.7 and will be removed in 3.11. Use ``matplotlib.colormaps[name]`` or ``matplotlib.colormaps.get_cmap()`` or ``pyplot.get_cmap()`` instead.
cmap = plt.cm.get_cmap(cmap_name, n_class)
..Warning: The folium plotting backend does not support functions in code blocks. Please delete line 8.
...................................................geemap/.venv/lib/python3.13/site-packages/traitlets/traitlets.py:1385: DeprecationWarning: Passing unrecognized arguments to super(Map).__init__(ee_initialize=False).
object.__init__() takes exactly one argument (the instance to initialize)
This is deprecated in traitlets 4.2.This error will be raised in a future release of traitlets.
warn(
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
cleanupMinor issues (not: bug, enhancement, feature request)Minor issues (not: bug, enhancement, feature request)help wantedExtra attention is neededExtra attention is needed