Skip to content

Commit

Permalink
Remove print
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobbieker committed Jan 8, 2024
1 parent 0174e2b commit d171ab0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pvnet/models/multimodal/multimodal.py
Original file line number Diff line number Diff line change
Expand Up @@ -155,8 +155,6 @@ def __init__(
self.nwp_embed_dict = torch.nn.ModuleDict()

for nwp_source in nwp_encoders_dict.keys():
print(nwp_source)
print(nwp_history_minutes)
nwp_sequence_len = (
nwp_history_minutes[nwp_source] // 60
+ nwp_forecast_minutes[nwp_source] // 60
Expand Down

0 comments on commit d171ab0

Please sign in to comment.