Skip to content
Snippets Groups Projects
Commit 8c86ec28 authored by Felix Kleinert's avatar Felix Kleinert
Browse files

update runscript

parent 8c32b4d6
Branches
Tags
No related merge requests found
...@@ -16,7 +16,7 @@ from src.run_modules.training import Training ...@@ -16,7 +16,7 @@ from src.run_modules.training import Training
def main(parser_args): def main(parser_args):
try: try:
filename = 'German_background_stations.json_' filename = 'German_background_stations.json'
with open(filename, 'r') as jfile: with open(filename, 'r') as jfile:
stations = json.load(jfile) stations = json.load(jfile)
logging.info(f"load station IDs from file: {filename}") logging.info(f"load station IDs from file: {filename}")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment