Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Changed test function and setup.py #11

Merged
merged 5 commits into from
Oct 23, 2023
Merged

Conversation

erdiari
Copy link
Contributor

@erdiari erdiari commented Oct 23, 2023

We had two main problems with this version of VNLP.

  1. Sometimes jamspell does not compile, which in return, fails the installation of VNLP. Also docs builds are failing.
  2. Tests are failing.

First problem turns out to be symptom of a deeper underlying problem. Jamspell requires swig binaries, which are installed by PyPI, but it must be installed before jamspell. So to satisfy this requirement, the swig installation was moved to setup step.

Test seems to fail since numpy.argsort behaves differently after python 3.8+. Updated test function to work with this behavior.

@meliksahturker meliksahturker merged commit 1a53ba2 into vngrs-ai:main Oct 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants