From ba14339866afb9d128f07f2998fcccd3d0688f85 Mon Sep 17 00:00:00 2001 From: Stephan Seitz <stephan.seitz@fau.de> Date: Tue, 23 Jun 2020 12:55:30 +0200 Subject: [PATCH] Lint --- src/pystencils_autodiff/graph_datahandling.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pystencils_autodiff/graph_datahandling.py b/src/pystencils_autodiff/graph_datahandling.py index 27fc13b..8768edc 100644 --- a/src/pystencils_autodiff/graph_datahandling.py +++ b/src/pystencils_autodiff/graph_datahandling.py @@ -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' -- GitLab