summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Luevano Alvarado <55825613+luevano@users.noreply.github.com>2020-03-11 10:53:19 -0700
committerDavid Luevano Alvarado <55825613+luevano@users.noreply.github.com>2020-03-11 10:53:19 -0700
commitf85899f6e0da34f64b934cac9c6034d424e8795e (patch)
tree9b16c46eb1d53a471198177de74155b5687e6792
parente94c61e224f8cd4b66a870a9d9d03c0ed810d656 (diff)
Fix typo
-rw-r--r--ml_exp/krr.py2
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.