Skip to content

Commit

Permalink
Implement MetricsControllerTask.
Browse files Browse the repository at this point in the history
The current implementation is extremely crude, and has some hard-coded
dependencies on the LSST pipelines. These will be removed in future work.
  • Loading branch information
kfindeisen committed Dec 13, 2018
1 parent 706df7b commit 11001f1
Show file tree
Hide file tree
Showing 3 changed files with 627 additions and 0 deletions.
1 change: 1 addition & 0 deletions python/lsst/verify/compatibility/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,4 @@
# along with this program. If not, see <https://www.gnu.org/licenses/>.

from .metricTask import *
from .metricsControllerTask import *

0 comments on commit 11001f1

Please sign in to comment.