Fix formatting for printing
This commit is contained in:
parent
15adc3ea0e
commit
a68f70122e
@ -32,10 +32,10 @@ def create_problem():
|
||||
end
|
||||
|
||||
|
||||
println("Time to evaluate Problem {args['problem']}:")
|
||||
println("Time to evaluate Problem $(lpad({args['problem']}, 3, "0")):")
|
||||
@btime Problem{args['problem']}()
|
||||
println("")
|
||||
println("Result for Problem {args['problem']}: ", Problem{args['problem']}())
|
||||
println("Result for Problem $(lpad({args['problem']}, 3, "0")): ", Problem{args['problem']}())
|
||||
''')
|
||||
|
||||
f.write(template)
|
||||
|
Loading…
x
Reference in New Issue
Block a user