Skip to content

Commit

Permalink
tests: update spacy model in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
HLasse committed Mar 15, 2023
1 parent 1550de7 commit 105b48b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions tests/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
# e.g. links to wheels which is not allowed in pyproject.toml on pypi

# spacy pipelines
https://github.com/explosion/spacy-models/releases/download/en_core_web_sm-3.2.0/en_core_web_sm-3.2.0.tar.gz
https://github.com/explosion/spacy-models/releases/download/en_core_web_md-3.2.0/en_core_web_md-3.2.0.tar.gz
https://github.com/explosion/spacy-models/releases/download/en_core_web_sm-3.5.0/en_core_web_sm-3.5.0.tar.gz
https://github.com/explosion/spacy-models/releases/download/en_core_web_md-3.5.0/en_core_web_md-3.5.0.tar.gz
2 changes: 1 addition & 1 deletion tests/test_dependency_distance.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ def test_mean_adj_dep(text, expected, nlp):
@pytest.mark.parametrize(
"text,expected",
[
(oliver_twist, 0.11),
(oliver_twist, 0.07),
(secret_garden, 0.09),
(flatland, 0.056),
],
Expand Down

0 comments on commit 105b48b

Please sign in to comment.