Skip to content

Commit b572556

Browse files
committed
Fixed fault insertion time for Hot Rod
1 parent 785aac4 commit b572556

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pySDC/projects/Resilience/strategies.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ def get_fault_args(self, problem, num_procs):
131131
elif problem.__name__ == "run_AC":
132132
args['time'] = 1e-2
133133
elif problem.__name__ == "run_RBC":
134-
args['time'] = 20.09
134+
args['time'] = 20.19
135135

136136
return args
137137

0 commit comments

Comments
 (0)