Coverage for python/lsst/meas/extensions/shapeHSM/version.py: 100%

Shortcuts on this page

r m x p   toggle line displays

j k   next/prev highlighted chunk

0   (zero) top of page

1   (one) first highlighted chunk

6 statements  

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

2__version__ = "23.0.0+4a35e5d482" 

3__repo_version__ = "23.0.0" 

4__fingerprint__ = "0x0" 

5__version_info__ = (23, 0, 0) 

6__dependency_versions__ = { 

7 "utils": "23.0.0+7bff505259", 

8 "boost": "unknown", 

9 "python": "unknown", 

10 "base": "23.0.0+052faf71bd", 

11 "pex_exceptions": "23.0.0+7589c3a021", 

12 "numpy": "None", 

13 "cpputils": "23.0.0+c1283a92b8", 

14 "daf_base": "23.0.0+57f5c03693", 

15 "log4cxx": "unknown", 

16 "log": "23.0.0+57f5c03693", 

17 "daf_persistence": "23.0.0+c5c846a8b1", 

18 "boost_math": "unknown", 

19 "eigen": "3.3.7.lsst2-1-g398bedf", 

20 "fftw": "unknown", 

21 "ndarray": "unknown", 

22 "sphgeom": "23.0.0+052faf71bd", 

23 "geom": "23.0.0+d18c45d440", 

24 "pex_config": "23.0.0+536b1ee016", 

25 "minuit2": "unknown", 

26 "gsl": "unknown", 

27 "cfitsio": "unknown", 

28 "starlink_ast": "unknown", 

29 "astshim": "23.0.0+052faf71bd", 

30 "afw": "23.0.0+60ce4897b0", 

31 "meas_base": "23.0.0+1c9213783a", 

32 "meas_algorithms": "23.0.0+47ff9911fb", 

33 "galsim": "unknown", 

34 "pybind11": "unknown", 

35} 

36__all__ = ( 

37 "__version__", 

38 "__repo_version__", 

39 "__fingerprint__", 

40 "__version_info__", 

41 "__dependency_versions__", 

42)