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 63f3fc0 commit a060d15
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions tests/models/multimodal/test_multimodal.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
from torch.optim import SGD
import pytest


def test_model_forward(multimodal_model, sample_batch):
y = multimodal_model(sample_batch)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ input_data:
image_size_pixels_width: 24
dropout_timedeltas_minutes: [-360]
dropout_fraction: 1.0
max_staleness_minutes: null
max_staleness_minutes: null

0 comments on commit a060d15

Please sign in to comment.