diff options
-rw-r--r-- | ml_exp/krr.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ml_exp/krr.py b/ml_exp/krr.py index a77bfdaf8..229f35115 100644 --- a/ml_exp/krr.py +++ b/ml_exp/krr.py @@ -43,7 +43,7 @@ def krr(descriptors, identifier=None, laplauss='gauss', use_tf=True, - show_msgs=True): + show_msgs=True): """ Basic krr methodology for a single descriptor type. descriptors: array of descriptors. |