We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I am packaging this Python package on nixpkgs.
When running test, I ran into:
error: [Errno 2] File b'source_data/mushrooms/agaricus-lepiota.csv' does not exist: b'source_data/mushrooms/agaricus-lepiota.csv'
I think that the path given to open (or similar) is not an absolute path to the test file.
open
The text was updated successfully, but these errors were encountered:
Thank you. I got the same error when I executed the examples in examples directory. And we will have to fix it.
examples
Nevertheless, the issue affects only the examples. The tests (present only in category_encoders\tests) should work fine.
category_encoders\tests
Sorry, something went wrong.
No branches or pull requests
I am packaging this Python package on nixpkgs.
When running test, I ran into:
I think that the path given to
open
(or similar) is not an absolute path to the test file.The text was updated successfully, but these errors were encountered: