You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/plans/debug.jl
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -221,7 +221,7 @@ function status_summary(de::DebugEvery; context = :default)
221
221
return"[$s, $(de.every)]"
222
222
end
223
223
(context ==:inline) &&return"The Debug $(status_summary(de.debug; context = context)) only printed every $(de.every) iteration"
224
-
return"a DebugAction wrapping the following DebugAction to only print it every $(de.every)th iteration.\n$(replace(status_summary(de.debug; context = context), "\n#"=>"\n$(_MANOPT_INDENT)##", "\n"=>"\n$(_MANOPT_INDENT)"))"
224
+
return"a DebugAction wrapping the following DebugAction to only print it every $(de.every)th iteration.\n$(_in_str(status_summary(de.debug; context = context)))"
_is_inline(context) && (return"A first order objective with functions for $(join(keys(mfo.functions), ", ", (length(mfo.functions) >2?",":"") *" and "))")
514
+
_is_inline(context) && (returnrepr(mfo))
515
515
return"A first order objective with $(length(mfo.functions)) provided functions.\n\n"*join([ "* $k:$(_MANOPT_INDENT)$(v)"for (k, v) inzip(keys(mfo.functions), mfo.functions) ], "\n")
516
516
end
517
517
functionshow(io::IO, mfo::ManifoldFirstOrderObjective{E}) where {E}
0 commit comments