From a116c095ebb27cebbdf4643c9a7b726c730e068e Mon Sep 17 00:00:00 2001 From: Tim Jenness Date: Fri, 16 Feb 2024 11:37:58 -0700 Subject: [PATCH] Add day_obs to data ID when standardizing Remove visit_system since it is no longer needed. Without day_obs the physical_filter and band are ignored. --- tests/test_filterLabelFixups.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_filterLabelFixups.py b/tests/test_filterLabelFixups.py index 350ffd3..bf79475 100644 --- a/tests/test_filterLabelFixups.py +++ b/tests/test_filterLabelFixups.py @@ -133,7 +133,7 @@ def testReadingBadNewFileWithFullDataId(self): self.calexpMinimalDataId, band="g", physical_filter="HSC-G", - visit_system=0, + day_obs=20240101, ) self.assertTrue(calexpBadDataId.hasFull())