From 29f3037b5332fcd725b06d6a5bdae6ec256a855a Mon Sep 17 00:00:00 2001 From: David Luevano Alvarado <55825613+luevano@users.noreply.github.com> Date: Wed, 11 Mar 2020 17:25:37 -0700 Subject: Fix bug on epsilon index --- ml_exp/compound.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ml_exp/compound.py b/ml_exp/compound.py index 4c5b21584..16b878f7b 100644 --- a/ml_exp/compound.py +++ b/ml_exp/compound.py @@ -154,7 +154,7 @@ class Compound: size: compound size. """ self.ei = epsilon_index(self.am, - bonds_i, + self.bonds_i, size=size) def gen_bob(self, -- cgit v1.2.3-54-g00ecf