Skip to content

Commit 3974cc5

Browse files
committed
Fixes
1 parent 8a855b0 commit 3974cc5

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

pySDC/projects/Resilience/fault_stats.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1696,10 +1696,6 @@ def main():
16961696
stats_analyser.get_recovered()
16971697
mask = None
16981698

1699-
# mask =
1700-
stats_analyser.scrutinize(HotRodStrategy(), run=1, faults=False)
1701-
return None
1702-
17031699
# stats_analyser.compare_strategies()
17041700
stats_analyser.plot_things_per_things(
17051701
'recovered', 'node', False, op=stats_analyser.rec_rate, mask=mask, args={'ylabel': 'recovery rate'}

pySDC/projects/Resilience/strategies.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ def get_random_params(self, problem, num_procs):
156156
if problem.__name__ == "run_quench":
157157
rnd_params['iteration'] = 5
158158
elif problem.__name__ == 'run_Lorenz':
159-
rnd_params['iteration'] = 3
159+
rnd_params['iteration'] = 5
160160
return rnd_params
161161

162162
@property

0 commit comments

Comments
 (0)