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 committed Mar 26, 2024
1 parent 35c15de commit c98af6f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/vasp/test_vasp.py
Original file line number Diff line number Diff line change
Expand Up @@ -365,6 +365,7 @@ def test_run_complete(self):
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))
print(posixpath.join(self.job_complete.working_directory, "CHGCAR"), job_chg_den.restart_file_list)
print([type(f) for f in self.job_complete.restart_file_list])
self.assertTrue(
posixpath.join(self.job_complete.working_directory, "CHGCAR")
in job_chg_den.restart_file_list
Expand Down

0 comments on commit c98af6f

Please sign in to comment.