We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c1f9be commit 3fea94eCopy full SHA for 3fea94e
src/output.jl
@@ -148,7 +148,7 @@ saveproblem(out::Output) = saveproblem(out.prob, out.path)
148
savediagnostic(diagnostic, diagname, filename)
149
150
Save `diagnostic` to `filename` under name `diagname`. Only the computed diagnostic
151
-is saved, that is, everything up to diagnostic's iteration `diagnostics.i`.
+is saved, that is, everything up to diagnostic's iteration `diagnostic.i`.
152
"""
153
function savediagnostic(diagnostic, diagname, filename)
154
jldopen(filename, "a+") do file
0 commit comments