diff options
author | David Luevano Alvarado <55825613+luevano@users.noreply.github.com> | 2020-03-26 19:51:04 -0700 |
---|---|---|
committer | David Luevano Alvarado <55825613+luevano@users.noreply.github.com> | 2020-03-26 19:51:04 -0700 |
commit | e743a62478556351070a69e0d3d250d0a1946cde (patch) | |
tree | 7da13cd9dfbb0fae4c928f6aed1a833da36b5843 | |
parent | 36586435b4fb44887ced4ac49b2613152cd4f140 (diff) |
Add comment
-rw-r--r-- | ml_exp/representations.py | 2 |
1 files changed, 1 insertions, 1 deletions
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: |