summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Luevano Alvarado <55825613+luevano@users.noreply.github.com>2020-03-26 19:51:04 -0700
committerDavid Luevano Alvarado <55825613+luevano@users.noreply.github.com>2020-03-26 19:51:04 -0700
commite743a62478556351070a69e0d3d250d0a1946cde (patch)
tree7da13cd9dfbb0fae4c928f6aed1a833da36b5843
parent36586435b4fb44887ced4ac49b2613152cd4f140 (diff)
Add comment
-rw-r--r--ml_exp/representations.py2
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: