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

One of unit tests (tests.test_cli.TestMain.test_dataset_describe) is failing due to some encoding issue. #99

Open
sergey-serebryakov opened this issue May 8, 2024 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@sergey-serebryakov
Copy link
Contributor

When running unit tests with pytest, one of unit tests (tests.test_cli.TestMain.test_dataset_describe) is failing for the forest_cover_type:default dataset with the following stack trace:
image
(It seems that this does not manifest itself when running this test directly, e.g., pytest tests/rest_cli.py).
The error occurred when the covtype.rst file is read, in particular, when reading this fragment - 30×30m (by character). Will be good to learn why this is happening. Meanwhile, running unit tests with the following command helps to avoid it:

python -X utf8 -m pytest

When this issue is resolved, update the Known Issues section.

@sergey-serebryakov sergey-serebryakov self-assigned this May 8, 2024
@sergey-serebryakov sergey-serebryakov added the bug Something isn't working label May 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant