From f85899f6e0da34f64b934cac9c6034d424e8795e Mon Sep 17 00:00:00 2001 From: David Luevano Alvarado <55825613+luevano@users.noreply.github.com> Date: Wed, 11 Mar 2020 10:53:19 -0700 Subject: Fix typo --- ml_exp/krr.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- cgit v1.2.3-54-g00ecf