summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Luevano Alvarado <55825613+luevano@users.noreply.github.com>2020-03-26 17:14:20 -0700
committerDavid Luevano Alvarado <55825613+luevano@users.noreply.github.com>2020-03-26 17:14:20 -0700
commitc09a8dcecbb11de020788be87a9890c25d1b1861 (patch)
treed3f3b247f02747946b9f07521f7fd776460d1ac3
parentbe424c284eb9ca63810615b24fba9b13b209bcf9 (diff)
Fix typo
-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 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