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

update runscript

parent 8c32b4d6
No related branches found
No related tags found
No related merge requests found
......@@ -16,7 +16,7 @@ from src.run_modules.training import Training
def main(parser_args):
try:
filename = 'German_background_stations.json_'
filename = 'German_background_stations.json'
with open(filename, 'r') as jfile:
stations = json.load(jfile)
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