Skip to content

Commit

Permalink
update unit tests for change in ccdExposureId_bits
Browse files Browse the repository at this point in the history
  • Loading branch information
jchiang87 committed Mar 8, 2019
1 parent ff47fcd commit 65a2a9e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/test_imsim.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ def setUp(self):
}
self.setUp_tests(self._butler, self._mapper, dataIds)

ccdExposureId_bits = 51
ccdExposureId_bits = 38
exposureIds = {'raw': 204595042,
'bias': 204595042,
'dark': 204595042,
Expand Down
2 changes: 1 addition & 1 deletion tests/test_phosim.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ def setUp(self):
}
self.setUp_tests(self._butler, self._mapper, dataIds)

ccdExposureId_bits = 51
ccdExposureId_bits = 38
exposureIds = {'raw': 204595042}
filters = {'raw': 'i'}
exptimes = {'raw': 30.0}
Expand Down

0 comments on commit 65a2a9e

Please sign in to comment.