Skip to content

Commit

Permalink
skip another numpy usage
Browse files Browse the repository at this point in the history
  • Loading branch information
maxbachmann committed Oct 6, 2023
1 parent e57bc5f commit 0058ead
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_hypothesis.py
Original file line number Diff line number Diff line change
Expand Up @@ -442,6 +442,7 @@ def test_cdist(queries, choices):
"""
Test that cdist returns correct results
"""
pytest.importorskip("numpy")

reference_matrix = cdist_distance(queries, choices, scorer=Levenshtein_cpp.distance)
matrix1 = process.cdist(queries, choices, scorer=Levenshtein_cpp.distance)
Expand Down

0 comments on commit 0058ead

Please sign in to comment.