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 616b7c8 commit 01ecb1fCopy full SHA for 01ecb1f
test/test_model.jl
@@ -252,11 +252,11 @@ function test_printing()
252
contents = read(joinpath(dir, "log.txt"), String)
253
for line in [
254
"Algorithm: KirlikSayin",
255
- "auxillary subproblem",
256
"1 0.00000e+00 0.00000e+00",
257
"----------------------------------------------",
258
- "TerminationStatus: OPTIMAL",
259
- "ResultCount: 10",
+ "termination_status: OPTIMAL",
+ "result_count: 10",
+ "Time spent in subproblems: ",
260
]
261
@test occursin(line, contents)
262
end
0 commit comments