-
Notifications
You must be signed in to change notification settings - Fork 0
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
Add tests #3
Comments
Considering not having any basic automatic tests a bug at this point. |
Basic test is in with 9ef8c13 |
CircleCI tests are now in place. It fails for all Python versions except the one I was developing on 😝 |
On my system (a server with considerable CPU resources), the tests or coverage runs <40s wall time, but with >600s CPU time, so this may be the problem. |
After increasing the timeout, Python 3.7 to 3.9 ran within ~ 3m (?) and 3.10 is still running after 25m... Needs more investigation, may just be random load fluctuation at CircleCI, but I have doubts as 3.9 (my test version) has always been fastest. |
Python 3.11 is fixed now by installing cmake, as sentencepiece is built from source there. Now the test runs from Python 3.7 to Python 3.11 🍾 |
Runtime varies from run to run, probably a CircleCI issue. Not going to bother with this, as long as the tests finish. |
3.7, 3.10, 3.11 are OK with the latest build, 3.8, 3.9 fail... |
To continue developing this, I need basic tests.
Unicode
line text for now)The text was updated successfully, but these errors were encountered: