2
0
mirror of https://github.com/m-labs/artiq.git synced 2024-12-26 03:38:25 +08:00

tools: remove trim param

This commit is contained in:
Simon Renblad 2023-09-01 13:36:18 +08:00 committed by Sébastien Bourdeauducq
parent 01d777c977
commit 904afe1632

View File

@ -85,7 +85,6 @@ def short_format(v, metadata={}):
v_str = np.array2string(v_t,
max_line_width=1000,
precision=precision,
trim='-',
suppress_small=True,
separator=', ',
threshold=4,