-
Notifications
You must be signed in to change notification settings - Fork 23
Open
Description
~/miniconda3/lib/python3.7/site-packages/pytimber/pytimber.py in getLHCFillData(self, fill_number, unixtime)
568 return {
569 'fillNumber': data.getFillNumber(),
--> 570 'startTime': self.fromTimestamp(data.getStartTime(), unixtime),
571 'endTime': self.fromTimestamp(data.getEndTime(), unixtime),
572 'beamModes': [{
~/miniconda3/lib/python3.7/site-packages/pytimber/pytimber.py in fromTimestamp(self, ts, unixtime)
123 return None
124 else:
--> 125 t = ts.fastTime / 1000.0 + ts.getNanos() / 1.0e9
126 if unixtime:
127 return t
AttributeError: 'java.sql.Timestamp' object has no attribute 'fastTime'
Metadata
Metadata
Assignees
Labels
No labels