Coverage for python/lsst/meas/extensions/psfex/version.py: 100%
6 statements
« prev ^ index » next coverage.py v7.15.2, created at 2026-07-26 09:28 +0000
« prev ^ index » next coverage.py v7.15.2, created at 2026-07-26 09:28 +0000
1# -------- This file is automatically generated by LSST's sconsUtils -------- #
2__version__: str = "g33ac35c1f1+6832120320"
3__repo_version__: str = "g33ac35c1f1"
4__fingerprint__: str = "0x0"
5__rebuild_version__: int = 6832120320
6__dependency_versions__: dict[str, str | None] = {
7 "boost": "unknown",
8 "python": "unknown",
9 "base": "g53246c7159+af1bfebf34",
10 "pex_exceptions": "g786e29fd12+b2440768fd",
11 "numpy": "None",
12 "cpputils": "g87389fa792+a455f089f2",
13 "daf_base": "g8ea07a8fe4+a44d14f55d",
14 "boost_math": "unknown",
15 "eigen": "unknown",
16 "fftw": "unknown",
17 "ndarray": "unknown",
18 "sphgeom": "g482271f493+af1bfebf34",
19 "geom": "g19811a7679+08ac1b7679",
20 "log4cxx": "unknown",
21 "log": "geaed405ab2+0588e1668a",
22 "pex_config": "ge1a9536552+5ba80f410d",
23 "minuit2": "unknown",
24 "gsl": "unknown",
25 "cfitsio": "unknown",
26 "starlink_ast": "unknown",
27 "astshim": "gf5dcc679e7+38b54f1ccd",
28 "afw": "g41b6eb5643+3994a6b19a",
29 "boost_test": "unknown",
30 "meas_base": "ga44f29b7aa+097c3bc0e4",
31 "shapelet": "gc794cbe0cf+15b499ea13",
32 "meas_algorithms": "g4a7591d645+41750a002a",
33 "pybind11": "unknown",
34 "psfex": "g7b9623be85+af1bfebf34",
35}
36__all__ = (
37 "__dependency_versions__",
38 "__fingerprint__",
39 "__rebuild_version__",
40 "__repo_version__",
41 "__version__",
42)