Details
-
Type:
Bug
-
Status: To Do
-
Resolution: Unresolved
-
Fix Version/s: None
-
Component/s: qa_explorer
-
Labels:None
-
Epic Link:
-
Team:Data Release Production
Description
The "overview" notebook has this import:
from explorer.catalog import ParquetCatalog
|
which is not valid; it should be:
from lsst.qa.explorer.catalog import ParquetCatalog
|
Please check other notebooks for the same issue.
Thanks for pointing this out; this should be added to the general "fix up the qa_explorer notebooks" ticket, DM-15101.