Details
-
Type:
Bug
-
Status: Done
-
Resolution: Done
-
Fix Version/s: None
-
Component/s: meas_astrom, Stack Documentation and UX
-
Labels:
-
Story Points:0.7
-
Epic Link:
-
Team:SQuaRE
Description
The pipelines.lsst.io build is failing as of d_2019_10, roughly equivalent to d_2019_03_09 (which does not exist). It seems to be because of a refactoring in the lsst.meas.astrom.matchOptimisticB module.
|
File "/j/ws/sqre/infra/documenteer/doc_template/home/.local/lib/python3.6/site-packages/documenteer/sphinxext/lssttasks/topics.py", line 62, in run
|
summary_node = self._create_summary_node(class_name)
|
File "/j/ws/sqre/infra/documenteer/doc_template/home/.local/lib/python3.6/site-packages/documenteer/sphinxext/lssttasks/topics.py", line 95, in _create_summary_node
|
return self._get_docstring_summary(class_name)
|
File "/j/ws/sqre/infra/documenteer/doc_template/home/.local/lib/python3.6/site-packages/documenteer/sphinxext/lssttasks/topics.py", line 98, in _get_docstring_summary
|
obj = get_type(class_name)
|
File "/j/ws/sqre/infra/documenteer/doc_template/home/.local/lib/python3.6/site-packages/documenteer/sphinxext/lssttasks/taskutils.py", line 56, in get_type
|
return getattr(import_module(module_name), name)
|
File "/opt/lsst/software/stack/python/miniconda3-4.5.4/envs/lsst-scipipe-fcd27eb/lib/python3.6/importlib/__init__.py", line 126, in import_module
|
return _bootstrap._gcd_import(name[level:], package, level)
|
File "<frozen importlib._bootstrap>", line 994, in _gcd_import
|
File "<frozen importlib._bootstrap>", line 971, in _find_and_load
|
File "<frozen importlib._bootstrap>", line 953, in _find_and_load_unlocked
|
ModuleNotFoundError: No module named 'lsst.meas.astrom.matchOptimisticB.matchOptimisticBContinued'
|
|
Exception occurred:
|
File "<frozen importlib._bootstrap>", line 953, in _find_and_load_unlocked
|
ModuleNotFoundError: No module named 'lsst.meas.astrom.matchOptimisticB.matchOptimisticBContinued'
|
Build link: https://ci.lsst.codes/job/sqre/job/infra/job/documenteer/401/display/redirect
Attachments
Issue Links
- is triggered by
-
DM-18314 Namespace confusion prevents use of MatchOptimisticB with singleFrameDriver
- Done