We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8304745 commit 07c1f34Copy full SHA for 07c1f34
lems/run.py
@@ -8,9 +8,8 @@
8
import argparse
9
10
from lems.model.model import Model
11
-from lems.sim.build import SimulationBuilder
12
from lems.model.simulation import DataDisplay, DataWriter
13
-
+from lems.sim.build import SimulationBuilder
14
15
dlems_info = "dLEMS (distilled LEMS in JSON format, see https://github.com/borismarin/som-codegen)"
16
@@ -121,8 +120,6 @@ def main(args=None):
121
120
122
123
def process_simulation_output(sim, model, options):
124
- global fig_count
125
126
print("Processing results")
127
rq = []
128
for rn in sim.runnables:
0 commit comments