summaryrefslogtreecommitdiff
path: root/ml_exp/__init__.py
diff options
context:
space:
mode:
authorDavid Luevano Alvarado <55825613+luevano@users.noreply.github.com>2020-03-02 14:33:19 -0700
committerDavid Luevano Alvarado <55825613+luevano@users.noreply.github.com>2020-03-02 14:33:19 -0700
commit1647f76052b016e4102a3af234ac47401e04819d (patch)
tree224c292377839449b00d99f5dafabf2b756b1fb4 /ml_exp/__init__.py
parent01aba134690889e05e02529ea861442f3fed3832 (diff)
Start to add tf support
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 4d672efd7..bc5afe03a 100644
--- a/ml_exp/__init__.py
+++ b/ml_exp/__init__.py
@@ -23,7 +23,6 @@ SOFTWARE.
from ml_exp.compound import Compound
from ml_exp.representations import coulomb_matrix, lennard_jones_matrix,\
get_helping_data, adjacency_matrix, check_bond, bag_of_bonds
-from ml_exp.math import cholesky_solve
from ml_exp.qm7db import qm7db
from ml_exp.do_ml import simple_ml, do_ml
@@ -34,7 +33,6 @@ __all__ = ['Compound',
'adjacency_matrix',
'check_bond',
'bag_of_bonds',
- 'cholesky_solve',
'qm7db',
'simple_ml',
'do_ml']