From bc38e267d85b76066ecc20b826f6d0e8f0b9370a Mon Sep 17 00:00:00 2001 From: Qiming Sun Date: Sat, 21 Oct 2023 19:45:37 -0700 Subject: [PATCH] Fix tests --- pyscf/grad/test/test_casci.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyscf/grad/test/test_casci.py b/pyscf/grad/test/test_casci.py index 4309294e16..b75d552b1b 100644 --- a/pyscf/grad/test/test_casci.py +++ b/pyscf/grad/test/test_casci.py @@ -461,7 +461,7 @@ def test_symmetrize(self): # issue 1909 def test_small_mem(self): - mol = M(atom=""" + mol = gto.M(atom=""" H -0.00021900 -0.20486000 -2.17721200 H -0.00035900 -1.27718700 -2.17669400 """, basis='6-31G')