You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
FIX: ensure type stability for missing cmaps in set_cmap
Previously this would raise a `ValueError`, the refactor caused it to raise
`KeyError`. This inadvertently located a bad test in xarray, but restoring
the old behavior.
0 commit comments