diff --git a/micro_manager/micro_manager.py b/micro_manager/micro_manager.py index b213a88..7895481 100644 --- a/micro_manager/micro_manager.py +++ b/micro_manager/micro_manager.py @@ -167,12 +167,12 @@ def solve(self) -> None: + 1 ] )[0] - micro_problem = getattr( - importlib.import_module( - self._config.get_micro_file_name(), "MicroSimulation" - ), - "MicroSimulation", - ) + micro_problem = getattr( + importlib.import_module( + self._config.get_micro_file_name(), "MicroSimulation" + ), + "MicroSimulation", + ) for i in active_sim_ids: self._logger.info(f"lazy initialization of micro sim {i} started") self._micro_sims[i] = create_simulation_class(micro_problem)(