Update DEBUG INFO

This commit is contained in:
D-X-Y
2021-05-10 14:14:06 +08:00
parent 147da98f94
commit 0dbbc286c9
8 changed files with 536 additions and 274 deletions

View File

@@ -60,6 +60,10 @@ class TimeStamp(UnifiedSplit, data.Dataset):
@property
def max_timestamp(self):
return self._max_timestamp
@property
def interval(self):
return self._interval
def __iter__(self):
self._iter_num = 0