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

Test failure in pandas>=2 #634

Closed
mferrera opened this issue Dec 4, 2023 · 1 comment · Fixed by #653
Closed

Test failure in pandas>=2 #634

mferrera opened this issue Dec 4, 2023 · 1 comment · Fixed by #653
Assignees

Comments

@mferrera
Copy link
Collaborator

mferrera commented Dec 4, 2023

FAILED tests/test_csv_stack.py::test_csv_stack_stdout - AssertionError: assert 'A2,2015' in 'WELL,REAL,DATE,PORO,WOPT,RPR:1,RPR:2\nA1,1.0,2015-01-01,6.0,1.0,3.0,4.0\nA2,1.0,2015-01-01,6.0,2.0,3.0,4.0\nA1,1.0,20...0,4.0,5.0\nA2,2.0,2015-03-01,4.0,2.0,4.0,5.0\nA1,2.0,2015-04-01,11.0,6.0,8.0,9..
@berland
Copy link
Collaborator

berland commented Dec 4, 2023

Looks like an extra column has sneaked in with integers in floating point (indexes?), or the column order has changed.

@mferrera mferrera self-assigned this Dec 4, 2023
@mferrera mferrera changed the title Test failure in Python 3.11 Test failure in pandas>=2 Dec 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants