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 15, 2023
1 parent f6b5dbc commit c282f08
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/test_molecule.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
Test Molecule class functions
"""
import os.path

import numpy as np
import pytest
from qibo import gates, models
Expand All @@ -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:
Expand Down

0 comments on commit c282f08

Please sign in to comment.