We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 358f6b1 commit 90c6cf3Copy full SHA for 90c6cf3
1 file changed
src/optimizer/optim.jl
@@ -132,3 +132,9 @@ function fit(
132
SemOptimResult(optim, result),
133
)
134
end
135
+
136
+############################################################################################
137
+# pretty printing
138
139
140
+Base.show(io::IO, result::SemOptimResult) = Base.show(io, result.result)
0 commit comments