Coverage for cosmolayer/cosmolightning.py: 100%

2 statements  

« prev     ^ index     » next       coverage.py v7.15.4, created at 2026-08-26 00:09 +0000

1"""Compatibility shim. 

2 

3Implementation lives in ``cosmolayer.cosmolayer.cosmolightning``. 

4""" 

5 

6from .cosmolayer.cosmolightning import EPSILON, LogGammaLightningModule 

7 

8__all__ = [ 

9 "EPSILON", 

10 "LogGammaLightningModule", 

11]