You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CostGraph instantiates correctly, Components and Context are correct
The error is thrown after the DES begins
Context populated with components at 90 s
Traceback (most recent call last):
File "C:\Users\rhanes\GitHub\celavi\celavi\component.py", line 146, in bol_process
count_inventory = self.context.count_facility_inventories[self.current_location]
KeyError: 'manufacturing_10000011'
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "C:\Users\rhanes\AppData\Local\anaconda3\envs\celavi\lib\runpy.py", line 194, in _run_module_as_main
return _run_code(code, main_globals, None,
File "C:\Users\rhanes\AppData\Local\anaconda3\envs\celavi\lib\runpy.py", line 87, in _run_code
exec(code, run_globals)
File "C:\Users\rhanes\GitHub\celavi\celavi\__main__.py", line 25, in <module>
Scenario(parser=PARSER)
File "C:\Users\rhanes\GitHub\celavi\celavi\scenario.py", line 111, in __init__
self.execute()
File "C:\Users\rhanes\GitHub\celavi\celavi\scenario.py", line 486, in execute
self.context.run()
File "C:\Users\rhanes\GitHub\celavi\celavi\des.py", line 568, in run
self.env.run(until=int(self.max_timesteps))
File "C:\Users\rhanes\AppData\Local\anaconda3\envs\celavi\lib\site-packages\simpy\core.py", line 246, in run
self.step()
File "C:\Users\rhanes\AppData\Local\anaconda3\envs\celavi\lib\site-packages\simpy\core.py", line 204, in step
raise exc
KeyError: 'manufacturing_10000011'
The text was updated successfully, but these errors were encountered:
branch: dev-circfutures-liaison
running with lines 7-10 in des_interface.py commented out
data branch: tiny-circfutures-tiny
Scenario options: computing locations, running routes, instantiating CostGraph
CostGraph instantiates correctly, Components and Context are correct
The error is thrown after the DES begins
The text was updated successfully, but these errors were encountered: