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 Sep 15, 2024
1 parent 93412e3 commit 3d6dc33
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/vasp/test_vasp.py
Original file line number Diff line number Diff line change
Expand Up @@ -428,7 +428,9 @@ 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.execution_path, "test_vasp", "vasp_complete_hdf5", "vasp_complete")
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 3d6dc33

Please sign in to comment.