Skip to content

Commit

Permalink
Merge pull request #41 from lsst/tickets/DM-42435
Browse files Browse the repository at this point in the history
DM-42435: Add short->int16 type for detector fields
  • Loading branch information
parejkoj committed May 6, 2024
2 parents 5db3e0c + fb682c3 commit 9e2befa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_schema.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ def _validateSchema(self, dataset, dataId, tableName):
# the data type mapping from felis datatype to pandas
typeMapping = {
"boolean": "^bool$",
"short": "^int16$",
"int": "^int32$",
"long": "^int64$",
"float": "^float32$",
Expand Down

0 comments on commit 9e2befa

Please sign in to comment.