@@ -1363,7 +1363,7 class PlotterData(object): | |||
|
1363 | 1363 | Return the list of times of the current data |
|
1364 | 1364 | ''' |
|
1365 | 1365 | |
|
1366 |
ret = numpy.array([ |
|
|
1366 | ret = numpy.array([t for t in self.data[self.key]]) | |
|
1367 | 1367 | if self: |
|
1368 | 1368 | ret.sort() |
|
1369 | 1369 | return ret |
General Comments 0
You need to be logged in to leave comments.
Login now