mirror of https://github.com/m-labs/artiq.git
tools: remove trim param
This commit is contained in:
parent
01d777c977
commit
904afe1632
|
@ -85,7 +85,6 @@ def short_format(v, metadata={}):
|
||||||
v_str = np.array2string(v_t,
|
v_str = np.array2string(v_t,
|
||||||
max_line_width=1000,
|
max_line_width=1000,
|
||||||
precision=precision,
|
precision=precision,
|
||||||
trim='-',
|
|
||||||
suppress_small=True,
|
suppress_small=True,
|
||||||
separator=', ',
|
separator=', ',
|
||||||
threshold=4,
|
threshold=4,
|
||||||
|
|
Loading…
Reference in New Issue