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 de54653 commit 2ad4cffCopy full SHA for 2ad4cff
1 file changed
micro_manager/config.py
@@ -709,7 +709,7 @@ def read_json_micro_manager(self):
709
"Adaptivity settings are provided but adaptivity is turned off."
710
)
711
712
- with self.show_log_if(self.enable_adaptivity()):
+ if self.enable_adaptivity():
713
self.adaptivity_type.set = self.json["simulation_params"][
714
"adaptivity_settings"
715
]["type"].get_with_default(
0 commit comments