Skip to content

Fixes np.NINF deprecation issue since numpy v2.0.0. #18

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

Merged
merged 1 commit into from
Jul 25, 2024

Conversation

cesar-perceiv
Copy link
Contributor

Fixes #17, by replacing all occurrences of np.NINF by -np.inf.

@coveralls
Copy link

Pull Request Test Coverage Report for Build 9702173977

Details

  • 2 of 2 (100.0%) changed or added relevant lines in 1 file are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 98.4%

Totals Coverage Status
Change from base Build 8153912814: 0.0%
Covered Lines: 369
Relevant Lines: 375

💛 - Coveralls

@MainRo MainRo merged commit 54530c6 into interpretml:master Jul 25, 2024
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

Numpy v2.0.0 has deprecated np.NINF
3 participants