From e743a62478556351070a69e0d3d250d0a1946cde Mon Sep 17 00:00:00 2001 From: David Luevano Alvarado <55825613+luevano@users.noreply.github.com> Date: Thu, 26 Mar 2020 19:51:04 -0700 Subject: Add comment --- ml_exp/representations.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ml_exp/representations.py b/ml_exp/representations.py index 2943c39c4..563b91c2f 100644 --- a/ml_exp/representations.py +++ b/ml_exp/representations.py @@ -316,7 +316,7 @@ def bag_of_bonds(cm, cm: coulomb matrix. atoms: list of atoms. sort: if the representation should be sorted bag-wise. - acount: atom count for the compound. + acount: atom count for the compound, defaults to qm7 sizes. NOTE: 'cm' shouldn't be sorted by row-norm since 'atoms' isn't (sorted). """ if cm is None: -- cgit v1.2.3-54-g00ecf