Skip to content

Commit

Permalink
Fix Filename 2
Browse files Browse the repository at this point in the history
  • Loading branch information
JaGeo committed Jan 15, 2022
1 parent 7cc9eb2 commit adf3368
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pymatgen/electronic_structure/tests/test_cohp.py
Expand Up @@ -795,7 +795,7 @@ def setUp(self):

# spinpolarized case:
filepath = os.path.join(test_dir, "environments", "COHPCAR.lobster.mp-190.gz")
structure = os.path.join(test_dir, "environments", "POSCAR.mp_190")
structure = os.path.join(test_dir, "environments", "POSCAR.mp_190.gz")
self.cohp_lobster_spin_polarized = CompleteCohp.from_file(
"lobster", filename=filepath, structure_file=structure
)
Expand Down

0 comments on commit adf3368

Please sign in to comment.