Skip to content

Commit

Permalink
Merge branch 'master' into cosima-mango-traffic
Browse files Browse the repository at this point in the history
  • Loading branch information
malinradtke committed Jan 15, 2024
2 parents cd563a5 + 60d7195 commit 1a0445b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cosima_core/simulators/mango_example/container_sim.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ def init(self, sid, time_resolution=1., **sim_params):

async def create_container_and_agent(self, codec):
# container for agent
self._container = await create_container(addr=self._sid, connection_type='mosaik', codec=codec)
self._container = await create_container(addr=self._sid, connection_type='external_connection', codec=codec)
agent_id = self._client_agent_mapping[self._sid]

self._agent = RoleAgent(self._container, suggested_aid=agent_id)
Expand Down

0 comments on commit 1a0445b

Please sign in to comment.