From 506a49fd49e028055378af2e35d6022e6bb99b9c Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Mon, 26 Oct 2020 10:35:50 +0100 Subject: blacken code; do not run lint check on external Python libraries --- lib/functions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/functions.py') 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. -- cgit v1.2.3