Skip to content
Snippets Groups Projects
Commit ba143398 authored by Stephan Seitz's avatar Stephan Seitz
Browse files

Lint

parent 84fe1ef1
No related merge requests found
Pipeline #24628 failed with stage
in 5 minutes and 6 seconds
......@@ -124,7 +124,7 @@ class TimeloopRun:
self.time_steps = time_steps
def __str__(self):
return (f'Timeloop:'
return ('Timeloop:'
+ '\nPre:\n'
+ '\n '.join(str(f) for f in self.timeloop._pre_run_functions)
+ f'\n{self.time_steps} time steps:\n'
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment