Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Dec 18, 2023
1 parent 3072ce3 commit 8e54ffe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_molecule.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ def test_run_pyscf_molecule_xyz():

assert lih.e_hf == pytest.approx(lih_ref_energy)


def test_run_pyscf_molecule_xyz_charged():
path = "./tests/data/h2.xyz"
check_file = os.path.exists(path)
Expand Down

0 comments on commit 8e54ffe

Please sign in to comment.