Skip to content

Commit

Permalink
Increased the default max line width when printing. (#74)
Browse files Browse the repository at this point in the history
  • Loading branch information
byrdie authored Aug 26, 2024
1 parent baaab8f commit a49de33
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions named_arrays/_core.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
)
Expand Down

0 comments on commit a49de33

Please sign in to comment.