diff options
author | Daniel Friesel <daniel.friesel@uos.de> | 2020-10-26 10:35:50 +0100 |
---|---|---|
committer | Daniel Friesel <daniel.friesel@uos.de> | 2020-10-26 10:35:50 +0100 |
commit | 506a49fd49e028055378af2e35d6022e6bb99b9c (patch) | |
tree | f039ddd3edeb5eb70d9e6e86278131bd2b6dd434 /lib/functions.py | |
parent | 8494b500712d06be15b53aebaed730c88e5c2b20 (diff) |
blacken code; do not run lint check on external Python libraries
Diffstat (limited to 'lib/functions.py')
-rw-r--r-- | lib/functions.py | 2 |
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. |