summaryrefslogtreecommitdiff
path: root/ml_exp/compound.py
diff options
context:
space:
mode:
authorDavid Luevano Alvarado <55825613+luevano@users.noreply.github.com>2020-02-23 21:45:06 -0700
committerDavid Luevano Alvarado <55825613+luevano@users.noreply.github.com>2020-02-23 21:45:06 -0700
commit2c8a05c20fbfec9d6c34a83958b694a7611b6cf1 (patch)
tree29ed213f849aba41e494f59696007e389e0434f9 /ml_exp/compound.py
parent321681e542509869568e9ed610d821c1d9d9d5e6 (diff)
Refactor bag of sutff in representations
Diffstat (limited to 'ml_exp/compound.py')
-rw-r--r--ml_exp/compound.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ml_exp/compound.py b/ml_exp/compound.py
index d499e6b83..595078d55 100644
--- a/ml_exp/compound.py
+++ b/ml_exp/compound.py
@@ -45,7 +45,7 @@ class Compound:
self.cm = None
self.ljm = None
self.am = None
- self.bob = None
+ self.bos = None
if xyz is not None:
self.read_xyz(xyz)