Skip to content

Commit

Permalink
make pre-commit happy
Browse files Browse the repository at this point in the history
  • Loading branch information
ArneBinder committed Sep 17, 2023
1 parent 85d1a38 commit 6d63f08
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/test_pipeline.py
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,6 @@ def test_pipeline_with_dataset(dataset, prepared_taskmodule, mock_model, inplace

@pytest.mark.slow
def test_pipeline_with_dataset_never_cached(dataset, prepared_taskmodule, mock_model):

train_dataset = dataset["train"]

pipeline = Pipeline(model=mock_model, taskmodule=prepared_taskmodule, device=-1, inplace=False)
Expand Down

0 comments on commit 6d63f08

Please sign in to comment.