Skip to content

Commit 0a3458b

Browse files
Make silent
1 parent 083b99d commit 0a3458b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

partitioned-heat-conduction/doConvergenceStudy.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -189,9 +189,9 @@ def postproc(participants: Participants, precice_config_params=None):
189189
i += 1
190190

191191
run(participants, args.template_path, precice_config_params)
192-
summary = postproc(participants, precice_config_params)
192+
summary = postproc(participants, precice_config_params, silent=args.silent)
193193

194194
results.append(summary)
195195
results.output_preliminary(silent=args.silent)
196196

197-
results.output_final(participants, args, precice_config_params, silent=args.silent, executor=args.executor)
197+
results.output_final(participants, args, precice_config_params, silent=args.silent, executor=args.executor)

0 commit comments

Comments
 (0)