Skip to content

Commit

Permalink
Add day_obs to data ID when standardizing
Browse files Browse the repository at this point in the history
Remove visit_system since it is no longer needed. Without day_obs
the physical_filter and band are ignored.
  • Loading branch information
timj committed Feb 16, 2024
1 parent 15b5317 commit a116c09
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 a116c09

Please sign in to comment.