Skip to content
Snippets Groups Projects

WIP: Graph datahandling

Closed Stephan Seitz requested to merge seitz/pystencils:graph-datahandling into master
Viewing commit 0d1ad0f6
Show latest version
1 file
+ 1
0
Preferences
Compare changes
@@ -110,6 +110,7 @@ class GraphDataHandling(pystencils.datahandling.SerialDataHandling):
@@ -110,6 +110,7 @@ class GraphDataHandling(pystencils.datahandling.SerialDataHandling):
argument_list = [argument_list]
argument_list = [argument_list]
def run(self, time_steps=1):
def run(self, time_steps=1):
 
self.parent.call_queue.append(TimeloopRun(self, time_steps))
super().run(time_steps)
super().run(time_steps)
def __init__(self, *args, **kwargs):
def __init__(self, *args, **kwargs):