Coverage for src/edelweiss/__init__.py: 100%
6 statements
« prev ^ index » next coverage.py v7.10.1, created at 2025-07-31 10:21 +0000
« prev ^ index » next coverage.py v7.10.1, created at 2025-07-31 10:21 +0000
1__author__ = "Silvan Fischbacher"
2__email__ = "silvanf@phys.ethz.ch"
3__credits__ = "ETH Zurich, Institute for Particle Physics and Astrophysics"
5__version__ = "0.2.0"
8from .compatibility_utils import apply_sklearn_compatibility_patches
10apply_sklearn_compatibility_patches()