Skip to content

Commit 308c2fc

Browse files
committed
Restored behaviour of work_precision script
1 parent 63eab10 commit 308c2fc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pySDC/projects/Resilience/work_precision.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1605,7 +1605,7 @@ def aggregate_parallel_efficiency_plot(): # pragma: no cover
16051605

16061606
record = comm_world.size > 1
16071607
for mode in [
1608-
'compare_strategies',
1608+
# 'compare_strategies',
16091609
# 'RK_comp',
16101610
# 'parallel_efficiency',
16111611
]:
@@ -1621,7 +1621,7 @@ def aggregate_parallel_efficiency_plot(): # pragma: no cover
16211621
single_problem(**params_single, work_key='t', precision_key='e_global_rel', record=record)
16221622

16231623
all_params = {
1624-
'record': False,
1624+
'record': True,
16251625
'runs': 5,
16261626
'work_key': 't',
16271627
'precision_key': 'e_global_rel',

0 commit comments

Comments
 (0)