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 Dec 21, 2023
1 parent 1eccec7 commit eed5241
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 @@ -3,4 +3,4 @@

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

0 comments on commit eed5241

Please sign in to comment.