Coverage for python / lsst / fgcmcal / version.py: 100%

6 statements  

« prev     ^ index     » next       coverage.py v7.13.5, created at 2026-04-18 09:15 +0000

1# -------- This file is automatically generated by LSST's sconsUtils -------- # 

2__version__: str = "g5a14c14915+8662184370" 

3__repo_version__: str = "g5a14c14915" 

4__fingerprint__: str = "0x0" 

5__rebuild_version__: int = 8662184370 

6__dependency_versions__: dict[str, str | None] = { 

7 "boost": "unknown", 

8 "python": "unknown", 

9 "base": "g53246c7159+b0138be388", 

10 "pex_exceptions": "g786e29fd12+796b79145d", 

11 "numpy": "None", 

12 "cpputils": "g87389fa792+d8b5378923", 

13 "fftw": "unknown", 

14 "eigen": "unknown", 

15 "ndarray": "unknown", 

16 "boost_test": "unknown", 

17 "pybind11": "unknown", 

18} 

19__all__ = ( 

20 "__dependency_versions__", 

21 "__fingerprint__", 

22 "__rebuild_version__", 

23 "__repo_version__", 

24 "__version__", 

25)