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-35655: Remove gen2 jointcal code and tests #225

Merged
merged 4 commits into from
Jul 23, 2022
Merged

Commits on Jul 20, 2022

  1. Configuration menu
    Copy the full SHA
    8aaa689 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2022

  1. Remove gen2 code

    Cleanup comments referring to gen2 or gen3.
    
    dataIds.py was only used by the gen2 test runner to identify visits to load in
    each tract.
    parejkoj committed Jul 22, 2022
    Configuration menu
    Copy the full SHA
    28c6300 View commit details
    Browse the repository at this point in the history
  2. Remove gen2 coaddName support

    This is done via Connections in gen3, and has been marked deprecated
    for years.
    parejkoj committed Jul 22, 2022
    Configuration menu
    Copy the full SHA
    fb722ac View commit details
    Browse the repository at this point in the history
  3. Cleanup refcat loaders

    LoadIndexedReferenceObjectsTask and ref_dataset_name are gen2 only, but we have
    to keep using the former for the ConfigField until it has followed one
    deprecation cycle (`ref_dataset_name` exists in currently-used configs).
    parejkoj committed Jul 22, 2022
    Configuration menu
    Copy the full SHA
    8652d17 View commit details
    Browse the repository at this point in the history