Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
sunqm committed Oct 22, 2023
1 parent cf09e6b commit bc38e26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyscf/grad/test/test_casci.py
Original file line number Diff line number Diff line change
Expand Up @@ -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')
Expand Down

0 comments on commit bc38e26

Please sign in to comment.