From 7ca609beb60d3a1980038be300e121030fd618fd Mon Sep 17 00:00:00 2001 From: Birte Kristina Friesel Date: Wed, 10 Jan 2024 15:41:59 +0100 Subject: AnalyticFunction: this warning is more of a debug hint --- lib/functions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/functions.py b/lib/functions.py index dfa5b94..d2ef578 100644 --- a/lib/functions.py +++ b/lib/functions.py @@ -1023,7 +1023,7 @@ class AnalyticFunction(ModelFunction): f"Fit failed: {res.message} (function: {self.model_function})" ) else: - logger.warning("Insufficient amount of valid parameter keys, cannot fit") + logger.debug("Insufficient amount of valid parameter keys, cannot fit") def is_predictable(self, param_list): """ -- cgit v1.2.3