Skip to content

Commit

Permalink
mv plotting to utils
Browse files Browse the repository at this point in the history
  • Loading branch information
m-aguena committed Dec 13, 2024
1 parent 7269154 commit fa1879c
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion clmm/galaxycluster.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@
compute_background_probability,
)
from .theory import compute_critical_surface_density_eff
from .plotting import plot_profiles
from .utils import (
validate_argument,
_validate_ra,
_validate_dec,
_draw_random_points_from_tab_distribution,
_validate_coordinate_system,
)
from .utils.plotting import plot_profiles


class GalaxyCluster:
Expand Down
2 changes: 1 addition & 1 deletion clmm/utils/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""General utility functions that are used in multiple modules"""

from . import redshift_distributions, constants
from . import redshift_distributions, constants, plotting

from .beta_lens import (
compute_beta,
Expand Down
File renamed without changes.

0 comments on commit fa1879c

Please sign in to comment.