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

Add TimeloopRun

parent c7d41845
1 merge request!98WIP: Graph datahandling
This commit is part of merge request !98. Comments created here will be created in the context of that merge request.
......@@ -80,6 +80,10 @@ class TimeloopRun:
+ '\nPost:\n'
+ '\n '.join(str(f) for f in self.timeloop._post_run_functions))
@property
def asts(self):
return self.timeloop._single_step_asts
class GraphDataHandling(pystencils.datahandling.SerialDataHandling):
......
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