Skip to content

Commit

Permalink
Merge pull request #110 from lsst/tickets/DM-42636
Browse files Browse the repository at this point in the history
DM-42636: Add day_obs to data ID when standardizing
  • Loading branch information
timj authored Feb 29, 2024
2 parents 15b5317 + a116c09 commit e8d7a17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_filterLabelFixups.py
Original file line number Diff line number Diff line change
Expand Up @@ -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())

Expand Down

0 comments on commit e8d7a17

Please sign in to comment.