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 Mar 26, 2024
1 parent c7155ba commit 1e8ab1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_end2end.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@


def test_model_trainer_fit(multimodal_model, sample_train_val_datamodule):
trainer = lightning.pytorch.trainer.trainer.Trainer(fast_dev_run=True, accelerator='cpu')
trainer = lightning.pytorch.trainer.trainer.Trainer(fast_dev_run=True, accelerator="cpu")
trainer.fit(model=multimodal_model, datamodule=sample_train_val_datamodule)

0 comments on commit 1e8ab1d

Please sign in to comment.