summaryrefslogtreecommitdiff
path: root/ml_exp/__main__.py
diff options
context:
space:
mode:
authorDavid Luevano Alvarado <55825613+luevano@users.noreply.github.com>2020-02-22 18:37:50 -0700
committerDavid Luevano Alvarado <55825613+luevano@users.noreply.github.com>2020-02-22 18:37:50 -0700
commit85198178482767d2831ddf3762e5e6eeafa990bd (patch)
tree60524aef277834d8d1ccc2bb231a222678ff85a5 /ml_exp/__main__.py
parent8d0a22b9fdef41ece399468423cb533768d0e631 (diff)
Fix bug, current errors present on adj matrix
Diffstat (limited to 'ml_exp/__main__.py')
-rw-r--r--ml_exp/__main__.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/ml_exp/__main__.py b/ml_exp/__main__.py
index cb8a9a3f1..17119623e 100644
--- a/ml_exp/__main__.py
+++ b/ml_exp/__main__.py
@@ -28,6 +28,3 @@ if __name__ == '__main__':
test = []
for i in range(1, 10):
test.append(Compound(f'/home/luevano/py/ml_exp/data/qm7/000{i}.xyz'))
- test[i-1].gen_cm(size=1, as_eig=False)
- test[i-1].gen_ljm(size=1, as_eig=False)
- test[i-1].gen_am(size=1)