Skip to content

Commit 043a881

Browse files
committed
Don't round in Julia
1 parent 749da2a commit 043a881

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ elseif length(ARGS) == 3 && ARGS[1] == "--run"
9292
result = run_ad(model, adtype; benchmark = true)
9393
end
9494
# If reached here - nothing went wrong
95-
@printf("%.3f", result.time_vs_primal)
95+
println(result.time_vs_primal)
9696
catch e
9797
@show e
9898
if e isa ADIncorrectException

0 commit comments

Comments
 (0)