From c282f08fafaf234481b5e329416810a22c64709b Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Fri, 15 Dec 2023 04:02:14 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- tests/test_molecule.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/test_molecule.py b/tests/test_molecule.py index 8be9a4f..f160a4e 100644 --- a/tests/test_molecule.py +++ b/tests/test_molecule.py @@ -2,6 +2,7 @@ Test Molecule class functions """ import os.path + import numpy as np import pytest from qibo import gates, models @@ -25,7 +26,7 @@ def test_run_pyscf(): def test_run_pyscf_molecule_xyz(): """Pyscf driver with xyz file""" - path = './lih.xyz' + path = "./lih.xyz" check_file = os.path.exists(path) if check_file == False: with open("lih.xyz", "a") as file: