summaryrefslogtreecommitdiff
path: root/ml_exp/__init__.py
diff options
context:
space:
mode:
authorDavid Luevano Alvarado <55825613+luevano@users.noreply.github.com>2020-03-26 19:49:49 -0700
committerDavid Luevano Alvarado <55825613+luevano@users.noreply.github.com>2020-03-26 19:49:49 -0700
commitc911e871d0644829122b260572a5fe06823c2142 (patch)
tree0193eddb8567369b2f9eda6c15626e4064bd2cf9 /ml_exp/__init__.py
parentc09a8dcecbb11de020788be87a9890c25d1b1861 (diff)
Rewrite bob
Diffstat (limited to 'ml_exp/__init__.py')
-rw-r--r--ml_exp/__init__.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/ml_exp/__init__.py b/ml_exp/__init__.py
index cb072d673..6eb47425f 100644
--- a/ml_exp/__init__.py
+++ b/ml_exp/__init__.py
@@ -22,7 +22,7 @@ SOFTWARE.
"""
from ml_exp.compound import Compound
from ml_exp.representations import coulomb_matrix, lennard_jones_matrix,\
- get_helping_data, adjacency_matrix, epsilon_index, check_bond, bag_of_bonds
+ get_helping_data, adjacency_matrix, epsilon_index, bag_of_bonds
from ml_exp.readdb import qm7db, qm9db
from ml_exp.data import NUCLEAR_CHARGE, POSSIBLE_BONDS
from ml_exp.kernels import gaussian_kernel, laplacian_kernel, wasserstein_kernel
@@ -34,7 +34,6 @@ __all__ = ['Compound',
'get_helping_data',
'adjacency_matrix',
'epsilon_index',
- 'check_bond',
'bag_of_bonds',
'qm7db',
'qm9db',