From 6b08ebb084f0c0c50e29defcdbee5345db433424 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Tue, 5 Dec 2023 11:57:28 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- 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 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 )