From c09a8dcecbb11de020788be87a9890c25d1b1861 Mon Sep 17 00:00:00 2001 From: David Luevano Alvarado <55825613+luevano@users.noreply.github.com> Date: Thu, 26 Mar 2020 17:14:20 -0700 Subject: Fix typo --- ml_exp/representations.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3-54-g00ecf