diff options
-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: |