Skip to content

Commit

Permalink
Merge pull request #33 from lsst/tickets/DM-37196
Browse files Browse the repository at this point in the history
DM-37196: Add timestamp type to test new DiaSource schema
  • Loading branch information
parejkoj authored Jun 5, 2023
2 parents 63daa96 + ad815c8 commit d0bb060
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/test_schema.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,8 @@ def _validateSchema(self, dataset, dataId, tableName):
"long": "int64",
"float": "float32",
"double": "float64",
"char": "object"}
"char": "object",
"timestamp": "datetime64[ns]"}
for column in outputColumnNames:
self.assertEqual(df.dtypes.get(column).name,
typeMapping[expectedColumns[column]],
Expand Down

0 comments on commit d0bb060

Please sign in to comment.