Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
Signed-off-by: Nitish Bharambe <[email protected]>
  • Loading branch information
nitbharambe committed Jun 28, 2024
1 parent 00f31b7 commit 802c1db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/utils/test_uuid_excel_cvtr.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
SOURCE_FILE = DATA_DIR / "vision_97_en.xlsx"
REFERENCE_FILE = DATA_DIR / "vision_en.xlsx"
SRC_CONFIG_DIR = Path("src") / "power_grid_model_io" / "config" / "excel"
MAPPING_FILE_DIR = Path(__file__).parent[3] / SRC_CONFIG_DIR
MAPPING_FILE_DIR = Path(__file__).parents[3] / SRC_CONFIG_DIR
VISION_95_MAPPING_FILE = MAPPING_FILE_DIR / "vision_en.yaml"
VISION_97_MAPPING_FILE = MAPPING_FILE_DIR / "vision_en_9_7.yaml"

Expand Down

0 comments on commit 802c1db

Please sign in to comment.