Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Feb 6, 2024
1 parent c501dd2 commit 954a39d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pvnet/models/multimodal/multimodal.py
Original file line number Diff line number Diff line change
Expand Up @@ -220,8 +220,8 @@ def __init__(

self.wind_encoder = wind_encoder(
sequence_length=wind_history_minutes // wind_interval_minutes + 1,
target_key_to_use = self.target_key_name,
input_key_to_use = "wind",
target_key_to_use=self.target_key_name,
input_key_to_use="wind",
)

# Update num features
Expand Down

0 comments on commit 954a39d

Please sign in to comment.