Skip to content
This repository has been archived by the owner on Oct 9, 2023. It is now read-only.

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanwharris committed May 13, 2021
1 parent d0c1b1a commit 5706bf7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/text/summarization/test_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ def test_postprocess_tokenizer(tmpdir):
pipeline = dm.data_pipeline
pipeline.initialize()
assert pipeline._postprocess_pipeline.backbone == backbone
assert pipeline._postprocess_pipeline.tokenizer is not None


@pytest.mark.skipif(os.name == "nt", reason="Huggingface timing out on Windows")
Expand Down

0 comments on commit 5706bf7

Please sign in to comment.