Skip to content

Commit

Permalink
Check
Browse files Browse the repository at this point in the history
  • Loading branch information
serhii73 committed Jan 24, 2025
1 parent 0317bea commit 50f179c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion dateparser/custom_language_detection/fasttext_wrapper.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ def check(entry):
else:
probs, labels = ([], ())

# Use np.asarray instead of np.array with copy=False
return labels, np.asarray(probs)


Expand Down
1 change: 0 additions & 1 deletion tests/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,3 @@ flake8
parameterized
pytest
pytest-cov
numpy<2.0

0 comments on commit 50f179c

Please sign in to comment.