Closed afisher1 closed 6 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.
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.