From 770f9f1d37e394ead2f3bc00606ca29f0cc6cb4b Mon Sep 17 00:00:00 2001 From: Ishaan Desai Date: Tue, 30 Jan 2024 17:27:01 +0100 Subject: [PATCH] Reword warning --- micro_manager/config.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/micro_manager/config.py b/micro_manager/config.py index d4d9e8d4..8818198f 100644 --- a/micro_manager/config.py +++ b/micro_manager/config.py @@ -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"]