diff --git a/models/LIFACnoise.py b/models/LIFACnoise.py index 950408a..1cc3ccd 100644 --- a/models/LIFACnoise.py +++ b/models/LIFACnoise.py @@ -226,7 +226,7 @@ def binary_search_base_freq(model: LifacNoiseModel, base_stimulus, goal_frequenc raise ValueError("binary_search_base_freq() - LifacNoiseModel: Goal frequency might be nan?") if abs(upper_bound - lower_bound) < 0.0001: - warn("Search was stopped no value was found!") + warn("Search was stopped. Upper and lower bounds converged without finding a value closer than threshold!") return middle