diff options
author | Daniel Friesel <daniel.friesel@uos.de> | 2021-03-10 14:24:26 +0100 |
---|---|---|
committer | Daniel Friesel <daniel.friesel@uos.de> | 2021-03-10 14:24:26 +0100 |
commit | 094757784e646a36875c3aedfe1ba30709848439 (patch) | |
tree | 6891abb79236dfc5ab1ee26e03ce16a57ec02852 /lib/utils.py | |
parent | 3b26f3a76b56d3052dd342f129a88ef7d55efbdc (diff) |
hardcode arg_support_enabled = True
Diffstat (limited to 'lib/utils.py')
-rw-r--r-- | lib/utils.py | 1 |
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__) |