Skip to content

Commit

Permalink
rename excel name
Browse files Browse the repository at this point in the history
Signed-off-by: Nitish Bharambe <nitish.bharambe@alliander.com>
  • Loading branch information
nitbharambe committed Jul 1, 2024
1 parent 516a1cc commit 9452d63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/validation/converters/test_vision_excel_converter.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

DATA_PATH = Path(__file__).parents[2] / "data" / "vision"
SOURCE_FILE = DATA_PATH / "vision_{language:s}.xlsx"
SOURCE_FILE_97 = DATA_PATH / "vision_97_{language:s}.xlsx"
SOURCE_FILE_97 = DATA_PATH / "vision_{language:s}_9_7.xlsx"
VALIDATION_FILE = DATA_PATH / "pgm_input_data_{language:s}.json"
LANGUAGES = ["en", "nl"]
LANGUAGES_97 = ["en"]
Expand Down

0 comments on commit 9452d63

Please sign in to comment.