-
- Downloads
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.
Loading
Please register or sign in to comment