Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ENH: Adding cmweather while updating the codebase for support. #706

Merged
merged 6 commits into from
Sep 7, 2023
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
383 changes: 192 additions & 191 deletions README.rst

Large diffs are not rendered by default.

7 changes: 5 additions & 2 deletions act/plotting/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,11 @@

import lazy_loader as lazy

# Eagerly load in act_cmap and common
from . import act_cmap, common
# Load colormaps
import cmweather

# Eagerly load in common
from . import common

__getattr__, __dir__, __all__ = lazy.attach(
__name__,
Expand Down
60 changes: 0 additions & 60 deletions act/plotting/_act_cmap.py

This file was deleted.

101 changes: 0 additions & 101 deletions act/plotting/act_cmap.py

This file was deleted.

Loading
Loading