summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorBirte Kristina Friesel <birte.friesel@uos.de>2024-01-10 15:41:59 +0100
committerBirte Kristina Friesel <birte.friesel@uos.de>2024-01-10 15:41:59 +0100
commit7ca609beb60d3a1980038be300e121030fd618fd (patch)
treed9470858336084c46ce0507367a9df6009bec939 /lib
parent5464406fdea0a621d05f53fbe8ba5136f0afd977 (diff)
AnalyticFunction: this warning is more of a debug hint
Diffstat (limited to 'lib')
-rw-r--r--lib/functions.py2
1 files changed, 1 insertions, 1 deletions
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):
"""