Coverage for src / galsbi / __init__.py: 100%
8 statements
« prev ^ index » next coverage.py v7.13.2, created at 2026-01-30 16:27 +0000
« prev ^ index » next coverage.py v7.13.2, created at 2026-01-30 16:27 +0000
1__author__ = "Silvan Fischbacher"
2__email__ = "silvanf@phys.ethz.ch"
3__credits__ = "ETH Zurich, Institute for Particle Physics and Astrophysics"
5__version__ = "0.3.0"
7import torch # noqa: F401
9from . import ucat
10from .galsbi import GalSBI
12__all__ = ["GalSBI", "ucat"]