Coverage for python/lsst/pipe/tasks/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

5 statements  

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

2__version__ = "21.0.0-175-g7497abfa+2a6ce44392" 

3__repo_version__ = "21.0.0-175-g7497abfa" 

4__fingerprint__ = "0x0" 

5__dependency_versions__ = { 

6 "boost": "unknown", 

7 "python": "unknown", 

8 "base": "22.0.1-3-gb9f71e8+b642b25b33", 

9 "pex_exceptions": "22.0.1-1-g958458c+24c197bd4d", 

10 "numpy": "None", 

11 "cpputils": "main-g1ffd6c4751+98ce63d368", 

12 "daf_base": "22.0.1-7-g68429ac+cff1332836", 

13 "log4cxx": "unknown", 

14 "log": "22.0.1-10-ga637823+cff1332836", 

15 "daf_persistence": "22.0.1-5-g6a31054+51e1bf54d4", 

16 "boost_math": "unknown", 

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

18 "fftw": "unknown", 

19 "ndarray": "unknown", 

20 "sphgeom": "22.0.1-8-gfb2c8f9+b642b25b33", 

21 "geom": "22.0.1-7-g55b2fe3+500492d978", 

22 "pex_config": "22.0.1-4-g5bf565c+e339a90731", 

23 "minuit2": "unknown", 

24 "gsl": "unknown", 

25 "cfitsio": "unknown", 

26 "starlink_ast": "unknown", 

27 "astshim": "22.0.1-2-g545b398+b642b25b33", 

28 "afw": "22.0.1-43-gf2a78aa89+03da3d71bf", 

29 "meas_base": "22.0.1-26-g26961ef+2ead377041", 

30 "utils": "22.0.1-17-ge1fd236+c5ef060efd", 

31 "obs_base": "22.0.1-29-ge050cc6+6e21b5568a", 

32 "coadd_utils": "22.0.1-1-gde4c5c5+1baa342974", 

33 "coadd_chisquared": None, 

34 "meas_algorithms": "22.0.1-35-gcb622b2d+89d408aa55", 

35 "sdqa": None, 

36 "ip_isr": "22.0.1-29-g4a3d635+b0ae4ec017", 

37 "ip_diffim": "22.0.1-26-g8e956ec7+5037de6d22", 

38 "matplotlib": None, 

39 "meas_astrom": "22.0.1-13-g5babe48+b0ae4ec017", 

40 "pybind11": "unknown", 

41 "meas_deblender": "22.0.1-6-g359a236+7e654c70c6", 

42 "obs_test": "22.0.1-7-g26fc4c0+7be11c2047", 

43 "daf_butler": "22.0.1-110-g1427568b+500492d978", 

44 "skymap": "22.0.1-7-g833eef2+ffe52d7d25", 

45} 

46__all__ = ( 

47 "__version__", 

48 "__repo_version__", 

49 "__fingerprint__", 

50 "__dependency_versions__", 

51)