From a846c5d043716183ab77ab6054af47384a81b8b4 Mon Sep 17 00:00:00 2001 From: Clare Saunders Date: Thu, 20 Jul 2023 08:49:28 -0700 Subject: [PATCH] Add Gaia DR3 to test_pipelines --- tests/test_pipelines.py | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/tests/test_pipelines.py b/tests/test_pipelines.py index 66dd8a1c..61835093 100644 --- a/tests/test_pipelines.py +++ b/tests/test_pipelines.py @@ -55,6 +55,7 @@ "brighterFatterKernel", "defects", "gaia_dr2_20200414", + "gaia_dr3_20230707", "linearizer", "ps1_pv3_3pi_20170110", "sky", @@ -187,6 +188,7 @@ def test_decam_drp_merian(self): [ ("ps1_pv3_3pi_20170110", {"htm7"}, "Catalog", False), ("gaia_dr2_20200414", {"htm7"}, "Catalog", False), + ("gaia_dr3_20230707", {"htm7"}, "Catalog", False), ], expected_inputs={ "camera", @@ -208,11 +210,13 @@ def test_decam_drp_merian(self): [ ("ps1_pv3_3pi_20170110", {"htm7"}, "Catalog", False), ("gaia_dr2_20200414", {"htm7"}, "Catalog", False), + ("gaia_dr3_20230707", {"htm7"}, "Catalog", False), ], expected_inputs=COMMON_INPUTS | { "defects", "gaia_dr2_20200414", + "gaia_dr3_20230707", "linearizer", "overscanRaw", "ps1_pv3_3pi_20170110", @@ -238,6 +242,7 @@ def test_hsc_drp_ci_hsc(self): [ ("ps1_pv3_3pi_20170110", {"htm7"}, "Catalog", False), ("gaia_dr2_20200414", {"htm7"}, "Catalog", False), + ("gaia_dr3_20230707", {"htm7"}, "Catalog", False), ], expected_inputs=COMMON_INPUTS | HSC_INPUTS @@ -293,6 +298,7 @@ def test_hsc_drp_prod(self): [ ("ps1_pv3_3pi_20170110", {"htm7"}, "Catalog", False), ("gaia_dr2_20200414", {"htm7"}, "Catalog", False), + ("gaia_dr3_20230707", {"htm7"}, "Catalog", False), ], expected_inputs=COMMON_INPUTS | HSC_INPUTS | {"fgcmLookUpTable"}, expected_outputs=COMMON_OUTPUTS @@ -341,6 +347,7 @@ def test_hsc_drp_rc2(self): [ ("ps1_pv3_3pi_20170110", {"htm7"}, "Catalog", False), ("gaia_dr2_20200414", {"htm7"}, "Catalog", False), + ("gaia_dr3_20230707", {"htm7"}, "Catalog", False), ], expected_inputs=COMMON_INPUTS | HSC_INPUTS | {"fgcmLookUpTable"}, expected_outputs=COMMON_OUTPUTS @@ -408,6 +415,7 @@ def test_hsc_drp_rc2_subset(self): [ ("ps1_pv3_3pi_20170110", {"htm7"}, "Catalog", False), ("gaia_dr2_20200414", {"htm7"}, "Catalog", False), + ("gaia_dr3_20230707", {"htm7"}, "Catalog", False), ], expected_inputs=COMMON_INPUTS | HSC_INPUTS | {"fgcmLookUpTable"}, expected_outputs=COMMON_OUTPUTS