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-2639: {{Standardize primary method names, run/runDataRef, across PipeTasks}} #12

Merged
merged 1 commit into from
Aug 3, 2018

Commits on Aug 3, 2018

  1. Rename CmdlineTask's entry method runDataRef

    Prepare Tasks for Gen3 PipelineTask conversion by:
    * Renaming CmdlineTask's entry method to `runDataRef`.  The default
      CmdlineTask.TaskRunner now calls a Task's `runDataRef` method on the
      parsed command line inputs.
      `runDataRef` method can take any Gen2 Butler data products.
    * Renaming CmdlineTasks previous core methods (e.g. assemble,
      characterize) to `run` when they exist.
    czwa committed Aug 3, 2018
    Configuration menu
    Copy the full SHA
    7713a09 View commit details
    Browse the repository at this point in the history