Skip to content
Snippets Groups Projects

WIP: Graph datahandling

Closed Stephan Seitz requested to merge seitz/pystencils:graph-datahandling into master
Viewing commit 9ee11a3c
Show latest version
1 file
+ 4
0
Preferences
Compare changes
@@ -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):