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

RSMTool fairness section is broken with numpy 1.24 #579

Closed
desilinguist opened this issue Dec 21, 2022 · 0 comments · Fixed by #580
Closed

RSMTool fairness section is broken with numpy 1.24 #579

desilinguist opened this issue Dec 21, 2022 · 0 comments · Fixed by #580
Assignees

Comments

@desilinguist
Copy link
Member

This is because of a change in the numpy API where they have deprecated a bunch of stuff:

AttributeError: module 'numpy' has no attribute 'warnings'

This will be fixed in the next release. For now, the workaround is to downgrade numpy to 1.23.5.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant