Skip to content
Snippets Groups Projects
Commit f5731489 authored by lukas leufen's avatar lukas leufen
Browse files

includes transform in dummy run

parent c46139de
No related branches found
No related tags found
3 merge requests!136update release branch,!135Release v0.11.0,!134MLAir is decoupled from join
Pipeline #41127 failed
...@@ -237,11 +237,11 @@ def create_data_prep(): ...@@ -237,11 +237,11 @@ def create_data_prep():
interpolate_dim = 'datetime' interpolate_dim = 'datetime'
window_history_size = 7 window_history_size = 7
window_lead_time = 3 window_lead_time = 3
central_station = StationPrep(path, "DEBW011", {'o3': 'dma8eu', 'temp': 'maximum'}, station_type, network, sampling, target_dim, central_station = StationPrep(path, "DEBW011", {'o3': 'dma8eu', 'temp': 'maximum'}, {},station_type, network, sampling, target_dim,
target_var, interpolate_dim, window_history_size, window_lead_time) target_var, interpolate_dim, window_history_size, window_lead_time)
neighbor1 = StationPrep(path, "DEBW013", {'o3': 'dma8eu', 'temp-rea-miub': 'maximum'}, station_type, network, sampling, target_dim, neighbor1 = StationPrep(path, "DEBW013", {'o3': 'dma8eu', 'temp-rea-miub': 'maximum'}, {},station_type, network, sampling, target_dim,
target_var, interpolate_dim, window_history_size, window_lead_time) target_var, interpolate_dim, window_history_size, window_lead_time)
neighbor2 = StationPrep(path, "DEBW034", {'o3': 'dma8eu', 'temp': 'maximum'}, station_type, network, sampling, target_dim, neighbor2 = StationPrep(path, "DEBW034", {'o3': 'dma8eu', 'temp': 'maximum'}, {}, station_type, network, sampling, target_dim,
target_var, interpolate_dim, window_history_size, window_lead_time) target_var, interpolate_dim, window_history_size, window_lead_time)
data_prep = [] data_prep = []
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment