Skip to content

Commit

Permalink
Rename mosaik to external_connection
Browse files Browse the repository at this point in the history
  • Loading branch information
emiliefro authored Sep 29, 2024
1 parent dcc107e commit 768ce0a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ async def run_scenario():
]

for c_i in range(NUM_AGENTS):
current_container = await create_container(addr=f"client{c_i}", codec=codec, connection_type='mosaik')
current_container = await create_container(addr=f"client{c_i}", codec=codec, connection_type='external_connection')

if c_i == 0:
# is controller agent
Expand Down

0 comments on commit 768ce0a

Please sign in to comment.