Skip to content

Commit

Permalink
fix [tests] deactivate screen log
Browse files Browse the repository at this point in the history
  • Loading branch information
sduess committed Aug 22, 2023
1 parent 49709ca commit 01a9e40
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ def define_simulation_settings(flow, model, alpha_deg, u_inf,
settings['SHARPy'] = {'case': model.case_name,
'route': model.case_route,
'flow': flow,
'write_screen': 'on',
'write_screen': 'off',
'write_log': 'on',
'log_folder': model.output_route,
'log_file': model.case_name + '.log'}
Expand Down

0 comments on commit 01a9e40

Please sign in to comment.