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 749da2a commit 043a881Copy full SHA for 043a881
main.jl
@@ -92,7 +92,7 @@ elseif length(ARGS) == 3 && ARGS[1] == "--run"
92
result = run_ad(model, adtype; benchmark = true)
93
end
94
# If reached here - nothing went wrong
95
- @printf("%.3f", result.time_vs_primal)
+ println(result.time_vs_primal)
96
catch e
97
@show e
98
if e isa ADIncorrectException
0 commit comments