From 85198178482767d2831ddf3762e5e6eeafa990bd Mon Sep 17 00:00:00 2001 From: David Luevano Alvarado <55825613+luevano@users.noreply.github.com> Date: Sat, 22 Feb 2020 18:37:50 -0700 Subject: Fix bug, current errors present on adj matrix --- ml_exp/__main__.py | 3 --- 1 file changed, 3 deletions(-) (limited to 'ml_exp/__main__.py') 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) -- cgit v1.2.3-54-g00ecf