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-33058: Deprecate validation_data_hsc and validation_data_decam #212

Merged
merged 1 commit into from
Jan 14, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
3 changes: 0 additions & 3 deletions examples/SConscript

This file was deleted.

19 changes: 0 additions & 19 deletions examples/jointcal_validation_data_hsc.sh

This file was deleted.

5 changes: 0 additions & 5 deletions tests/test_astrometryModel.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,11 +58,6 @@ class AstrometryModelTestBase:
def setUpClass(cls):
try:
cls.dataDir = lsst.utils.getPackageDir('testdata_jointcal')
# NOTE: the below is to facilitate testing with hsc test data,
# using chips far apart on the focal plane. See the note in setup()
# below for details. Using it requires having recently-processed
# singleFrame output in a rerun directory in validation_data_hsc.
# cls.dataDir = lsst.utils.getPackageDir('validation_data_hsc')
except LookupError:
raise unittest.SkipTest("testdata_jointcal not setup")

Expand Down