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

5 statements  

« prev     ^ index     » next       coverage.py v7.4.0, created at 2023-12-29 13:40 +0000

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

2__version__: str = "g7d743f24c3+66d7a7eb3e" 

3__repo_version__: str = "g7d743f24c3" 

4__fingerprint__: str = "0x0" 

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

6 "boost": "unknown", 

7 "python": "unknown", 

8 "base": "g98ffbb4407+81bc2a20b4", 

9 "pex_exceptions": "gdaeeff99f8+0d8dbea60f", 

10 "numpy": "None", 

11 "cpputils": "g9ddcbc5298+7f7571301f", 

12 "fftw": "unknown", 

13 "eigen": "unknown", 

14 "ndarray": "unknown", 

15 "boost_test": "unknown", 

16 "pybind11": "unknown", 

17} 

18__all__ = ( 

19 "__version__", 

20 "__repo_version__", 

21 "__fingerprint__", 

22 "__dependency_versions__", 

23)