Skip to content
Snippets Groups Projects
Commit 27ada15f authored by Axel Loewe's avatar Axel Loewe
Browse files

restituteCV was not working because surf argument had no default. Set to 3D now (args.self = False)

parent 863e88f4
No related branches found
No related tags found
No related merge requests found
Pipeline #2662 passed
......@@ -283,6 +283,9 @@ def run(args, job):
# we use tuning here only for measuring CV
args.conv = False
# Use 3D mesh
args.surf = False
# determine CVs
print('{:>6s} {:>8s}'.format('CI', 'CV'))
print('{:>6s} {:>8s}'.format('[ms]', '[m/s]'))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment