Skip to content

Commit e0793aa

Browse files
authored
Drop default MAXWIDTH to 3 (from 15) (#661)
* drop maxwidth from 15 to 5 * drop to 3
1 parent bcae63b commit e0793aa

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/Convex.jl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -131,11 +131,11 @@ const MAXDEPTH = Ref(3)
131131
"""
132132
MAXWIDTH
133133
134-
Controls width of tree printing globally for Convex.jl; defaults to 15. Set via
134+
Controls width of tree printing globally for Convex.jl; defaults to 3. Set via
135135
136-
Convex.MAXWIDTH[] = 15
136+
Convex.MAXWIDTH[] = 10
137137
"""
138-
const MAXWIDTH = Ref(15)
138+
const MAXWIDTH = Ref(3)
139139

140140
"""
141141
MAXDIGITS

0 commit comments

Comments
 (0)