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

Fix use of dropped scikit-learn feature #1239

Merged
merged 1 commit into from
May 8, 2023
Merged

Fix use of dropped scikit-learn feature #1239

merged 1 commit into from
May 8, 2023

Conversation

ckastner
Copy link
Contributor

@ckastner ckastner commented Feb 6, 2022

numpy.utils.testing was deprecated in 0.22 and dropped in 0.24. This causes some tests to fail.

Since all scikit-learn was doing was to import the relevant function assert_array_almost_equal from numpy, we can switch to import from numpy directly.

numpy.utils.testing was deprecated in 0.22 and dropped in 0.24. Since all scikit-learn was doing was to import the relevant function from numpy, we can switch to import from numpy directly.
@ckastner ckastner closed this Feb 6, 2022
@ckastner ckastner reopened this Feb 6, 2022
@perib perib merged commit 0e6392d into EpistasisLab:master May 8, 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 this pull request may close these issues.

2 participants