Skip to content
Snippets Groups Projects
Commit f3367dc8 authored by v.gramlich1's avatar v.gramlich1
Browse files

Fixed Error in load_stations

parent 2bef9177
No related branches found
No related tags found
1 merge request!302Draft: Resolve "Class-based Oversampling technique"
...@@ -9,7 +9,7 @@ from mlair.model_modules.model_class import IntelliO3_ts_architecture ...@@ -9,7 +9,7 @@ from mlair.model_modules.model_class import IntelliO3_ts_architecture
import os import os
def load_stations(external_station_list = None): def load_stations(external_station_list=None):
import json import json
if external_station_list is None: if external_station_list is None:
filename = 'supplement/station_list_north_german_plain_rural.json' filename = 'supplement/station_list_north_german_plain_rural.json'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment