diff --git a/pvnet/models/multimodal/multimodal.py b/pvnet/models/multimodal/multimodal.py index cf44ac41..f9141ade 100644 --- a/pvnet/models/multimodal/multimodal.py +++ b/pvnet/models/multimodal/multimodal.py @@ -171,7 +171,7 @@ def __init__( sensor_history_minutes = history_minutes self.sensor_encoder = sensor_encoder( - sequence_length=self.history_len_30#sensor_history_minutes // 30 + 1, + sequence_length=self.history_len_30 # sensor_history_minutes // 30 + 1, # Sensors are currently resampled to 30min )