Skip to content

Commit

Permalink
update init
Browse files Browse the repository at this point in the history
  • Loading branch information
syedhamidali committed Sep 8, 2023
1 parent 5275bca commit 90884f0
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions pyscancf/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,7 @@

import os
import warnings as _warnings

from . import _version_ as _v
from .cmapmaker import SyedSpectral
# from .cmapmaker import cmap_data
from .maxcappi import plot_cappi
from .pyscancf import cfrad, get_grid

Expand All @@ -28,11 +25,4 @@
)
print(citation_text)

# Usage: Register the colormaps when the package is imported
# cmap_data = {
# "SyedSpectral": syed_spectral_vals, # Use the data defined in your __init__.py file
# }

# SyedSpectral = register_colormap(cmap_data)

__all__ = [s for s in dir() if not s.startswith("_")]

0 comments on commit 90884f0

Please sign in to comment.