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 Jan 21, 2025
1 parent 5624ad2 commit ed5d5e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pvnet/models/multimodal/site_encoders/encoders.py
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ def __init__(
self.input_key_to_use = input_key_to_use
self.num_channels = num_channels
self.num_sites_in_inference = num_sites_in_inference
print(self.sequence_length, 'SEQUENCE LENGTH')
print(self.sequence_length, "SEQUENCE LENGTH")

if use_id_in_value:
self.value_id_embedding = nn.Embedding(num_sites, id_embed_dim)
Expand Down

0 comments on commit ed5d5e1

Please sign in to comment.