Details
-
Type:
Story
-
Status: Done
-
Resolution: Done
-
Fix Version/s: None
-
Component/s: lsst_apps
-
Labels:None
-
Story Points:1
-
Epic Link:
-
Sprint:DRP S17-5
-
Team:Data Release Production
Description
In DM-8467, the meas_modelfit dependency of lsst_apps was temporarily removed:
commit 041ae975d9c60a41b24488ec0ba1768431330fd8
|
Author: Pim Schellart <P.Schellart@princeton.edu>
|
Date: Tue Feb 14 15:51:46 2017 -0500
|
|
Disable meas_modelfit until pybind11 wrapped
|
|
diff --git a/ups/lsst_apps.table b/ups/lsst_apps.table
|
index dce8fd4..b239e74 100644
|
--- a/ups/lsst_apps.table
|
+++ b/ups/lsst_apps.table
|
@@ -1,5 +1,6 @@
|
setupRequired(meas_deblender)
|
-setupRequired(meas_modelfit)
|
+# temporarily disable meas_modelfit until pybind11 wrapped
|
+#setupRequired(meas_modelfit)
|
setupRequired(pipe_tasks)
|
setupRequired(obs_lsstSim)
|
setupRequired(obs_sdss)
|
meas_modelfit is now pybind wrapped (DM-8465), so this should be reverted.
Attachments
Issue Links
- is blocked by
-
DM-8465 Wrap meas_modelfit with pybind11
- Done
Jim Bosch agreed with this on Slack. Holding off on the merge until it runs through Jenkins.