summaryrefslogtreecommitdiff
path: root/lib/functions.py
diff options
context:
space:
mode:
authorDaniel Friesel <daniel.friesel@uos.de>2020-10-26 10:35:50 +0100
committerDaniel Friesel <daniel.friesel@uos.de>2020-10-26 10:35:50 +0100
commit506a49fd49e028055378af2e35d6022e6bb99b9c (patch)
treef039ddd3edeb5eb70d9e6e86278131bd2b6dd434 /lib/functions.py
parent8494b500712d06be15b53aebaed730c88e5c2b20 (diff)
blacken code; do not run lint check on external Python libraries
Diffstat (limited to 'lib/functions.py')
-rw-r--r--lib/functions.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/functions.py b/lib/functions.py
index 94b1aaf..9d799c7 100644
--- a/lib/functions.py
+++ b/lib/functions.py
@@ -394,7 +394,7 @@ class analytic:
:param safe_functions_enabled: Include "safe" variants of functions with
limited argument range, e.g. a safe
inverse which returns 1 when dividing by 0.
-
+
Returns a dict of functions which are typical for energy/timing
behaviour of embedded hardware, e.g. linear, exponential or inverse
dependency on a configuration setting/runtime variable.