Skip to content

Commit

Permalink
move structures out of util dir
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielYang59 committed May 15, 2024
1 parent 40b0165 commit e6e2301
Show file tree
Hide file tree
Showing 22 changed files with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pymatgen/util/testing/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,8 @@
from collections.abc import Sequence
from typing import Any, ClassVar

MODULE_DIR = Path(__file__).absolute().parent
STRUCTURES_DIR = MODULE_DIR / ".." / "structures"
TEST_FILES_DIR = Path(SETTINGS.get("PMG_TEST_FILES_DIR", f"{ROOT}/tests/files"))
STRUCTURES_DIR = TEST_FILES_DIR / "structures"
VASP_IN_DIR = f"{TEST_FILES_DIR}/io/vasp/inputs"
VASP_OUT_DIR = f"{TEST_FILES_DIR}/io/vasp/outputs"
# fake POTCARs have original header information, meaning properties like number of electrons,
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit e6e2301

Please sign in to comment.