Skip to content

Commit 03633a7

Browse files
authored
Update agents.py
1 parent 4bfa3d7 commit 03633a7

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

  • gridappsd-field-bus-lib/gridappsd_field_bus/field_interface/agents

gridappsd-field-bus-lib/gridappsd_field_bus/field_interface/agents/agents.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -61,10 +61,7 @@ def __init__(self,
6161
self.simulation_id = simulation_id
6262
self.context = None
6363

64-
# TODO: Change params and connection to local connection
65-
self.params = ConnectionParameters(cim_profile=CIM_PROFILE, iec61970_301=IEC61970_301)
66-
67-
self.connection = GridappsdConnection(self.params)
64+
self.connection = GridappsdConnection()
6865
self.connection.cim_profile = cim_profile
6966

7067
self.app_id = agent_config['app_id']

0 commit comments

Comments
 (0)