Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/jacob/windnet' into jacob/windnet
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobbieker committed Dec 5, 2023
2 parents b13299d + 6b08ebb commit 0a3e9d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pvnet/models/multimodal/multimodal.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
)

Expand Down

0 comments on commit 0a3e9d8

Please sign in to comment.