Skip to content

Commit

Permalink
comment on test ZIP origin
Browse files Browse the repository at this point in the history
  • Loading branch information
janosh committed Mar 27, 2024
1 parent 8fc3cc1 commit 83958a8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/test_vasp_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ def test_parse_vasp_dir_with_magmoms(tmp_path: Path):


def test_parse_vasp_dir_without_magmoms(tmp_path: Path):
# using test.zip shared for error repro in
# https://github.com/CederGroupHub/chgnet/issues/147
with ZipFile(f"{ROOT}/tests/files/parse-vasp-no-magmoms.zip") as zip_ref:
zip_ref.extractall(tmp_path)
dataset_dict = parse_vasp_dir(tmp_path)
Expand Down

0 comments on commit 83958a8

Please sign in to comment.