summaryrefslogtreecommitdiff
path: root/ml_exp/representations.py
diff options
context:
space:
mode:
Diffstat (limited to 'ml_exp/representations.py')
-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 563b91c2f..31ab05169 100644
--- a/ml_exp/representations.py
+++ b/ml_exp/representations.py
@@ -356,7 +356,7 @@ Use non-eigenvalue representation.')
else:
bag = ''.join(sorted([atom_i, atom_j]))
- bags[bag][1].append(cm[i, j])
+ bags[bag][1].append(cm[i, j])
# Change to a numpy array and add padding.
for bag in bags.keys():