Skip to content

Continuous integration failing #33

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

Closed
dg46 opened this issue Apr 13, 2023 · 1 comment · Fixed by #34
Closed

Continuous integration failing #33

dg46 opened this issue Apr 13, 2023 · 1 comment · Fixed by #34
Assignees
Labels
bug Something isn't working

Comments

@dg46
Copy link
Collaborator

dg46 commented Apr 13, 2023

Some tests do not pass, likely related to pandas updating to 2.0.0 (breaking changes).
Warning says that we are passing set as indexer to dataframe, which is no longer supported: pandas-dev/pandas#42825
Try fixing it by requiring older pandas version in requirements.txt.
If this does not work, manually either convert the sets to lists in our code or patch Loc as suggested here: pandas-dev/pandas#42825 (comment)

@dg46 dg46 added the bug Something isn't working label Apr 13, 2023
@dg46 dg46 self-assigned this Apr 13, 2023
@dg46 dg46 linked a pull request Apr 13, 2023 that will close this issue
@dg46 dg46 closed this as completed in #34 Apr 13, 2023
@dg46
Copy link
Collaborator Author

dg46 commented Apr 13, 2023

solved by requiring pandas<2.0

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

Successfully merging a pull request may close this issue.

1 participant