tools: remove trim param

pull/2196/head
Simon Renblad 2023-09-01 13:36:18 +08:00 committed by Sébastien Bourdeauducq
parent 01d777c977
commit 904afe1632
1 changed files with 0 additions and 1 deletions

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,