Skip to content

Commit

Permalink
Update test_vasp.py
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-janssen authored Sep 15, 2024
1 parent 96fa493 commit 93412e3
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tests/vasp/test_vasp.py
Original file line number Diff line number Diff line change
Expand Up @@ -428,9 +428,7 @@ def test_run_complete(self):
self.assertTrue(all([node in hdf_nodes for node in nodes]))
job_chg_den = self.job_complete.restart_from_charge_density(job_name="chg")
self.assertEqual(job_chg_den.structure, self.job_complete.get_structure(-1))
working_directory = os.path.join(
*self.job_complete.working_directory.split("/")
)
working_directory = os.path.join(self.execution_path, "test_vasp", "vasp_complete_hdf5", "vasp_complete")
self.assertTrue(
os.path.join(working_directory, "CHGCAR") in job_chg_den.restart_file_list
)
Expand Down

0 comments on commit 93412e3

Please sign in to comment.