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 31d3f1b + a3ce7a2 commit 4f944f1
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 @@ -249,7 +249,7 @@ def forward(self, x):
# *********************** Sensor Data ************************************
# add sensor yield history
if self.include_sensor:
#sensor_history = x[BatchKey.sensor][:, : self.history_len_30].float()
# sensor_history = x[BatchKey.sensor][:, : self.history_len_30].float()
modes["sensor"] = self.sensor_encoder(x)

if self.include_sun:
Expand Down

0 comments on commit 4f944f1

Please sign in to comment.