-
Notifications
You must be signed in to change notification settings - Fork 36
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
Test of num_regression user message failing #3
Comments
One of the tests need investigation (ESSS#3)
I think I know how to fix it |
Did you merge the branch with this test |
Oh that's cool, wait up I will open the PR. |
Please see #4 |
Might have to do with different terminal width, check this: https://stackoverflow.com/questions/11707586/python-pandas-how-to-widen-output-display-to-see-more-columns A configuration like |
It seems someone found a solution for a similar problem: pytest-dev/pytest#4030 (comment) |
tests/test_num_regression.py:test_common_cases
currently fails when running from a virtual environment on Windows because it produces this message:While the expected was this one:
It seems there's some issue with how
pandas
formats the tables.The weird thing is that the same test passes when run inside our
conda
environment.The test has been marked as
xfail
for now.The text was updated successfully, but these errors were encountered: