Fix timestamp column conversion

This commit is contained in:
Christophe Bedard 2019-11-10 15:51:36 -08:00
parent bfe12bef5d
commit 7652873666

View file

@ -272,7 +272,7 @@ class RosDataModelUtil(DataModelUtil):
['timestamp', 'duration'] ['timestamp', 'duration']
] ]
# Time conversion # Time conversion
return self.convert_time_columns(data, ['timestamp', 'duration'], ['timestamp']) return self.convert_time_columns(data, ['duration'], ['timestamp'])
def get_node_tid_from_name( def get_node_tid_from_name(
self, node_name: str self, node_name: str