-
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
Fix: do not truncate string features #110
Conversation
I was already afraid of running into problems when pre-allocating the numpy array. I should also add some tests to cover it in the future. |
Codecov Report
|
I was already afraid of running into problems when pre-allocating the numpy array. I should also add some tests to cover it in the future. |
done |
414ef68
to
4a338e5
Compare
The new test fails indeed for the I also tested performance of your new changes. The execution time for this branch and the main branch is the same when executing the benchmark proposed in #103 |
The title of this pull request is slightly too long, maybe rename to: |
done |
Closes #109