Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DM-21910: Move lsst.verify.gen2tasks.MetricTask to lsst.verify.tasks #60

Merged
merged 3 commits into from Nov 19, 2019

Conversation

kfindeisen
Copy link
Member

This PR moves gen2tasks.MetricTask to tasks.MetricTask, while keeping an alias in gen2tasks for backward-compatibility. It also modifies all other verify code to refer to the new MetricTask.

tasks.MetricTask will be migrated to Gen 3 on DM-21911, using the procedures previously developed for migrating CmdLineTask.

Copy link

@isullivan isullivan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good, with one minor naming comment.

python/lsst/verify/gen2tasks/metricTask.py Outdated Show resolved Hide resolved
I can't have any sort of alias from gen2tasks to tasks.MetricTask
without causing a circular import.
@kfindeisen kfindeisen merged commit f4768be into master Nov 19, 2019
@kfindeisen kfindeisen deleted the tickets/DM-21910 branch November 19, 2019 19:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants