Commit 5ee8dce0 authored by Georgios Dagkakis's avatar Georgios Dagkakis

main script to also initilize the environment so that tests run. TODO now code...

main script to also initilize the environment so that tests run. TODO now code would no accept multiple runs
parent 5f1345ee
......@@ -1265,7 +1265,7 @@ def main(argv=[], input_data=None):
#read the input from the JSON file and create the line
G.JSONData=json.loads(G.InputData) # create the dictionary JSONData
readGeneralInput()
#G.env=simpy.Environment() # initialize the environment
G.env=simpy.Environment() # initialize the environment
createObjects()
createObjectInterruptions()
setTopology()
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment