Skip to content

Commit c3e3219

Browse files
committed
CI devug
1 parent a6e03c3 commit c3e3219

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

python/tests/tsutil.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -408,7 +408,7 @@ def add_random_metadata(ts, seed=1, max_length=10):
408408
offset = np.cumsum(np.hstack(([0], length)), dtype=np.uint32)
409409
# Older versions of numpy didn't have a dtype argument for randint, so
410410
# must use astype instead.
411-
print(offset[-1])
411+
print(offset[-1], seed)
412412
metadata = np.random.randint(-127, 127, offset[-1]).astype(np.int8)
413413
nodes = tables.nodes
414414
nodes.set_columns(

0 commit comments

Comments
 (0)