diff options
author | David Luevano Alvarado <55825613+luevano@users.noreply.github.com> | 2020-03-26 17:14:20 -0700 |
---|---|---|
committer | David Luevano Alvarado <55825613+luevano@users.noreply.github.com> | 2020-03-26 17:14:20 -0700 |
commit | c09a8dcecbb11de020788be87a9890c25d1b1861 (patch) | |
tree | d3f3b247f02747946b9f07521f7fd776460d1ac3 | |
parent | be424c284eb9ca63810615b24fba9b13b209bcf9 (diff) |
Fix typo
-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 47164ca7c..cd91fdd1b 100644 --- a/ml_exp/representations.py +++ b/ml_exp/representations.py @@ -345,7 +345,7 @@ generated as the vector of eigenvalues, try (re-)generating the CM.') n = len(atoms) if size < n: - print('Error. Compound size (n) is greater han (size). Using (n)', + print('Error. Compound size (n) is greater than (size). Using (n)', 'instead of (size).') size = n |