diff --git a/named_arrays/_core.py b/named_arrays/_core.py index fcf2678..8b03f47 100644 --- a/named_arrays/_core.py +++ b/named_arrays/_core.py @@ -525,6 +525,7 @@ def to_string( elif isinstance(val, np.ndarray): val_str = np.array2string( a=val, + max_line_width=120, separator=", ", prefix=field_str, )