Skip to content

Commit

Permalink
Fix pseudo test.
Browse files Browse the repository at this point in the history
  • Loading branch information
gbrunin committed Jul 19, 2024
1 parent 0ed85dd commit b35a112
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/io/abinit/test_pseudos.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ def setUp(self):
nc_pseudo_fnames["Si"] = [f"{TEST_DIR}/{file}" for file in ("14si.pspnc", "14si.4.hgh", "14-Si.LDA.fhi")]

paw_pseudo_fnames = defaultdict(list)
paw_pseudo_fnames["Ni"] = [f"{TEST_DIR}/{file}" for file in ("28ni.paw")]
paw_pseudo_fnames["Ni"] = [f"{TEST_DIR}/28ni.paw"]

self.nc_pseudos = defaultdict(list)
self.paw_pseudos = defaultdict(list)
Expand Down

0 comments on commit b35a112

Please sign in to comment.