Skip to content

Commit

Permalink
path issues for H2O.xyz
Browse files Browse the repository at this point in the history
  • Loading branch information
rdguha1995 committed Jan 9, 2024
1 parent 1e28be1 commit a808cda
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/qchem/jobs/test_core.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import os
from pathlib import Path

import numpy as np
Expand All @@ -24,7 +23,8 @@

# Construct the full path
# mol_path = curr_dir / file_name
mol_path = Path(os.path.abspath(file_name))
# mol_path = Path(os.path.abspath(file_name))
mol_path = Path("tests/qchem/jobs/H2O.xyz")
H2O_structure = Molecule.from_file(mol_path)


Expand Down

0 comments on commit a808cda

Please sign in to comment.