Details
-
Type:
Story
-
Status: Done
-
Resolution: Done
-
Fix Version/s: None
-
Component/s: pipe_analysis
-
Labels:None
-
Story Points:0.1
-
Epic Link:
-
Team:DM Science
-
Urgent?:No
Description
I was getting
WARN: Parquet files will not be written (qa_explorer is not setup).
|
despite that qa_explorer was set up.
utils.py has this line
from lsst.qa.explorer.parquetTable import ParquetTable |
that was missed to be updated when ParquetTable was moved to pipe_tasks
Would you mind reviewing this one line change?