summaryrefslogtreecommitdiff
path: root/ml_exp/__init__.py
diff options
context:
space:
mode:
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',