Skip to content

Commit a925897

Browse files
author
Thomas Baumann
committed
Linting
1 parent 7a7f2c9 commit a925897

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

pySDC/projects/Resilience/hook.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -87,11 +87,10 @@ class LogUAllIter(hooks):
8787

8888
def post_iteration(self, step, level_number):
8989
super(LogUAllIter, self).post_iteration(step, level_number)
90-
# some abbreviations
91-
L = step.levels[level_number]
92-
iter = step.status.iter
9390

91+
L = step.levels[level_number]
9492
L.sweep.compute_end_point()
93+
9594
self.add_to_stats(
9695
process=step.status.slot,
9796
time=L.time,

0 commit comments

Comments
 (0)