all times fix
This commit is contained in:
parent
2a4d8c8dee
commit
f91fa9b158
@ -119,6 +119,7 @@ Use -exclude='regex' to specify signals to exclude (or -ex).""")
|
|||||||
# Get list of all times (after filtering)
|
# Get list of all times (after filtering)
|
||||||
times = np.array([int(e[0]) for e in entries])
|
times = np.array([int(e[0]) for e in entries])
|
||||||
if not include_all_times: unique_times = np.unique(times)
|
if not include_all_times: unique_times = np.unique(times)
|
||||||
|
num_times = unique_times.shape[0]
|
||||||
|
|
||||||
# Get list of all sigs
|
# Get list of all sigs
|
||||||
sigs = np.array([e[1] for e in entries])
|
sigs = np.array([e[1] for e in entries])
|
||||||
|
Loading…
Reference in New Issue
Block a user