From 91243e6127e55c092c7258d698f7e860511e35bd Mon Sep 17 00:00:00 2001 From: Alexandra Udaltsova <43303448+AUdaltsova@users.noreply.github.com> Date: Mon, 3 Jun 2024 14:07:32 +0100 Subject: [PATCH] Update multimodal.py --- pvnet/models/multimodal/multimodal.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pvnet/models/multimodal/multimodal.py b/pvnet/models/multimodal/multimodal.py index 358cdddb..4f23808d 100644 --- a/pvnet/models/multimodal/multimodal.py +++ b/pvnet/models/multimodal/multimodal.py @@ -116,7 +116,7 @@ def __init__( wind_interval_minutes: The interval between each sample of the wind data wind_encoder: Encoder for wind data wind_history_minutes: Length of recent wind data used as input. - nwp_interval_minutes: DIctionary of the intervals between each sample of the NWP data for each source + nwp_interval_minutes: Dictionary of intervals between each sample of NWP data for each source pv_interval_minutes: The interval between each sample of the PV data sat_interval_minutes: The interval between each sample of the satellite data sensor_interval_minutes: The interval between each sample of the sensor data