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
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, 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,