GRIDAPPSD / gridappsd-python

Python connector to gridappsd
5 stars 6 forks source link

fix for issue#145 #146

Closed afisher1 closed 6 months ago

afisher1 commented 7 months ago

This PR address #145. Adding a type check on Simulation constuctor for run_config argument. In the event run_config is an instance of SimulationConfig as is allowed by the function, run_config.asdict() is assigned to self._run_config.