BIMSBbioinfo / maui

Multi-omics Autoencoder Integration: Deep learning-based heterogenous data analysis toolkit
GNU General Public License v3.0
48 stars 20 forks source link

support for scipy >= 1.3 #4

Open jonathanronen opened 5 years ago

jonathanronen commented 5 years ago

scipy 1.3 introduced a rewrite of stats.pearsonr 1 which broke the test_utils.test_correlate_factors_and_features test.

This needs to be investigated - should only the test be rewritten, or the whole "feature correlations" thing?