Skip to content

Commit

Permalink
Merge pull request #26 from lbaumo/starlet_import
Browse files Browse the repository at this point in the history
updated __init__.py to import starlet_l1norm
  • Loading branch information
martinkilbinger authored Jul 24, 2023
2 parents cef8d9a + bad11fb commit b934878
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lenspack/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,13 @@
* ``shear`` : tangential and cross components of shear
* ``stats`` : second- and higher-order statistics
* ``utils`` : general utility functions
* ``starlet_l1norm`` : functions to compute the starlet l1norm
"""

# List of submodules
__all__ = ['geometry', 'halo', 'image', 'theory', 'peaks', 'shear', 'stats',
'utils']
'utils', 'starlet_l1norm']

from . import *
from .info import __version__, __about__

0 comments on commit b934878

Please sign in to comment.