Skip to content
Snippets Groups Projects
Commit 15a49948 authored by Studer Gabriel's avatar Studer Gabriel
Browse files

resolve deprecation warning in base.table

Use np.isnan instead of scipy.isnan. Starting from scipy 1.12
(or earlier), scipy.isnan was definitely deprecated. This made the
SpearmanCorrel function silently return None which triggered a failing
unit test that was reported by Andrius Merkys.
parent bd8a3220
Branches
Tags
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment