diff options
author | David Luevano Alvarado <55825613+luevano@users.noreply.github.com> | 2020-03-11 10:53:19 -0700 |
---|---|---|
committer | David Luevano Alvarado <55825613+luevano@users.noreply.github.com> | 2020-03-11 10:53:19 -0700 |
commit | f85899f6e0da34f64b934cac9c6034d424e8795e (patch) | |
tree | 9b16c46eb1d53a471198177de74155b5687e6792 | |
parent | e94c61e224f8cd4b66a870a9d9d03c0ed810d656 (diff) |
Fix typo
-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. |