summaryrefslogtreecommitdiff
path: root/lib/utils.py
diff options
context:
space:
mode:
authorDaniel Friesel <daniel.friesel@uos.de>2021-03-10 14:24:26 +0100
committerDaniel Friesel <daniel.friesel@uos.de>2021-03-10 14:24:26 +0100
commit094757784e646a36875c3aedfe1ba30709848439 (patch)
tree6891abb79236dfc5ab1ee26e03ce16a57ec02852 /lib/utils.py
parent3b26f3a76b56d3052dd342f129a88ef7d55efbdc (diff)
hardcode arg_support_enabled = True
Diffstat (limited to 'lib/utils.py')
-rw-r--r--lib/utils.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/utils.py b/lib/utils.py
index d3334c9..e39b329 100644
--- a/lib/utils.py
+++ b/lib/utils.py
@@ -6,7 +6,6 @@ import re
import logging
from sklearn.metrics import r2_score
-arg_support_enabled = True
logger = logging.getLogger(__name__)