Skip to content

Commit

Permalink
Add detector to set of mapper keys
Browse files Browse the repository at this point in the history
  • Loading branch information
mfisherlevine committed Aug 8, 2019
1 parent 329782e commit e79691e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_obs_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ def setUp(self):

path_to_raw = os.path.join(data_dir, "raw", "raw_v1_fg.fits.gz")
keys = set(('filter', 'name', 'patch', 'tract', 'visit', 'pixel_id', 'subfilter', 'description',
'fgcmcycle', 'numSubfilters', 'label'))
'fgcmcycle', 'numSubfilters', 'label', 'detector'))
query_format = ["visit", "filter"]
queryMetadata = (({'visit': 1}, [(1, 'g')]),
({'visit': 2}, [(2, 'g')]),
Expand Down

0 comments on commit e79691e

Please sign in to comment.