From a667b04b3bb5a9936c03dfb5fabc8a9df60686d8 Mon Sep 17 00:00:00 2001 From: Lars Bogner Date: Tue, 16 Dec 2025 19:59:02 +0100 Subject: [PATCH] ewofij --- Code/python/notebooks/predict.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Code/python/notebooks/predict.py b/Code/python/notebooks/predict.py index 04dfefc..41238a7 100644 --- a/Code/python/notebooks/predict.py +++ b/Code/python/notebooks/predict.py @@ -45,10 +45,10 @@ file_list = load_file_list(file_list_path) base_ds = dataloader.EvenlySpacedDataset( filepaths=file_list, - n_input=30 * 60, - n_output=30 * 60, + n_input=warm, + n_output=pred, n_windows_per_file=5, - step=1, + step=step, feature_columns=("lat", "lon", "alt", "ias"), context_columns=("last_lat", "last_lon", "last_alt", "last_ias", "last_timestamp"), time_columns=("timestamp", "dt"),