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 770f9f1 commit 83ea2e0
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions micro_manager/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -125,9 +125,10 @@ 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"
" same set of active and inactive simulations for the entire simulation time. If this is not intended,"
" please include macro simulation data as well.")
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. If this is not intended,"
" please include macro simulation data as well.")

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

0 comments on commit 83ea2e0

Please sign in to comment.