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

Add TimeloopRun

parent c7d41845
No related branches found
No related tags found
1 merge request!98WIP: Graph datahandling
......@@ -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% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment