Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
IshaanDesai committed Jan 30, 2024
1 parent f44756d commit 28a9dd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion micro_manager/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ def read_json(self, config_filename):
self._data_for_adaptivity[dname] = exchange_data[dname]

if self._data_for_adaptivity.keys() == self._write_data_names.keys():
warn("Only micro simulation data is used for similarity computation in adaptivity. This would lead to the"\
warn("Only micro simulation data is used for similarity computation in adaptivity. This would lead to the"
"same set of active and inactive simulations for the entire simulation time.")

self._adaptivity_history_param = data["simulation_params"]["adaptivity"]["history_param"]
Expand Down

0 comments on commit 28a9dd8

Please sign in to comment.