summaryrefslogtreecommitdiff
path: root/ml_exp/__init__.py
diff options
context:
space:
mode:
authorDavid Luevano Alvarado <55825613+luevano@users.noreply.github.com>2020-02-26 05:26:21 -0700
committerDavid Luevano Alvarado <55825613+luevano@users.noreply.github.com>2020-02-26 05:26:21 -0700
commit5a85580b5f99484b957b65326ec5a19ab627d801 (patch)
treef1fc861d13651b3399ae47507d0aff84c9058a63 /ml_exp/__init__.py
parentd064df5d045a5502f273814252debdb564df3ffc (diff)
Optimize qm7db reading for the rewrite
Diffstat (limited to 'ml_exp/__init__.py')
-rw-r--r--ml_exp/__init__.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/ml_exp/__init__.py b/ml_exp/__init__.py
index e9dd83eae..d685e7ccc 100644
--- a/ml_exp/__init__.py
+++ b/ml_exp/__init__.py
@@ -25,8 +25,6 @@ from ml_exp.representations import coulomb_matrix, lennard_jones_matrix,\
first_neighbor_matrix, adjacency_matrix, check_bond, bag_of_stuff
from ml_exp.math import cholesky_solve
-# If somebody does "from package import *", this is what they will
-# be able to access:
__all__ = ['Compound',
'coulomb_matrix',
'lennard_jones_matrix',