Skip to content

Commit

Permalink
Reword warning
Browse files Browse the repository at this point in the history
  • Loading branch information
IshaanDesai committed Jan 30, 2024
1 parent 28a9dd8 commit 770f9f1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion micro_manager/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,8 @@ def read_json(self, config_filename):

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.")
" 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 770f9f1

Please sign in to comment.