Skip to content

Commit 07c1f34

Browse files
committed
Remove global
1 parent 8304745 commit 07c1f34

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

lems/run.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,8 @@
88
import argparse
99

1010
from lems.model.model import Model
11-
from lems.sim.build import SimulationBuilder
1211
from lems.model.simulation import DataDisplay, DataWriter
13-
12+
from lems.sim.build import SimulationBuilder
1413

1514
dlems_info = "dLEMS (distilled LEMS in JSON format, see https://github.com/borismarin/som-codegen)"
1615

@@ -121,8 +120,6 @@ def main(args=None):
121120

122121

123122
def process_simulation_output(sim, model, options):
124-
global fig_count
125-
126123
print("Processing results")
127124
rq = []
128125
for rn in sim.runnables:

0 commit comments

Comments
 (0)