From eb508679fe5a7479be74d3c28d2fef8abeca0d91 Mon Sep 17 00:00:00 2001 From: David Luevano <55825613+luevano@users.noreply.github.com> Date: Sat, 1 Feb 2020 13:11:18 -0700 Subject: Fix docstring --- ml_exp/bob.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ml_exp/bob.py b/ml_exp/bob.py index e3d54c5fa..20085d957 100644 --- a/ml_exp/bob.py +++ b/ml_exp/bob.py @@ -49,7 +49,8 @@ def bob(c_matrix, Creates the bag of bond using the coulomb matrix data. c_matrix: coulomb matrix. atoms: list of atoms. - max_len: maximum amount of bonds in molecule. + max_n: maximum amount of atoms. + max_bond_len: maximum amount of bonds in molecule. """ n = len(atoms) bond_n = (n * n - n) / 2 + n -- cgit v1.2.3-54-g00ecf