Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
sunqm committed Nov 7, 2023
1 parent 1500179 commit 737a9c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyscf/gto/test/test_mole.py
Original file line number Diff line number Diff line change
Expand Up @@ -1036,7 +1036,7 @@ def test_decontract_basis(self):
# discard basis on atom 2. (related to issue #1711)
mol._bas = mol._bas[:5]
pmol, c = mol.decontract_basis()
self.assertEqual(pmol.nbas, 5)
self.assertEqual(pmol.nbas, 14)

mol = gto.M(atom='He',
basis=('ccpvdz', [[0, [5, 1]], [1, [3, 1]]]))
Expand Down

0 comments on commit 737a9c0

Please sign in to comment.