We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bba8498 commit 60654b9Copy full SHA for 60654b9
1 file changed
micro_manager/snapshot/snapshot.py
@@ -261,7 +261,7 @@ def initialize(self) -> None:
261
for i in range(self._local_number_of_sims):
262
self._global_ids_of_local_sims.append(sim_id)
263
sim_id += 1
264
- self._micro_problem = load_backend_class(self._config.micro_file_name())
+ self._micro_problem = load_backend_class(self._config.micro_file_names()[0])
265
266
self._micro_sims_have_output = False
267
if hasattr(self._micro_problem, "output") and callable(
0 commit comments