summaryrefslogtreecommitdiff
path: root/ml_exp/representations.py
diff options
context:
space:
mode:
authorDavid Luevano Alvarado <55825613+luevano@users.noreply.github.com>2020-03-26 20:22:42 -0700
committerDavid Luevano Alvarado <55825613+luevano@users.noreply.github.com>2020-03-26 20:22:42 -0700
commita2d5786e19838788ad0d7305ec2bcfc4972d3e64 (patch)
treedda17bc7887defe5e4ac4d1cbd7bf27c5af97e1f /ml_exp/representations.py
parent1113483da7e054541c7ea17ca40b641ad8e24d88 (diff)
Fix bob
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():