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