diff options
-rw-r--r-- | ml_exp/compound.py | 2 |
1 files changed, 1 insertions, 1 deletions
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, |