bioFAM / mofapy2

Multi-omics factor analysis v2
https://biofam.github.io/MOFA2/
GNU Lesser General Public License v3.0
36 stars 28 forks source link

replace scipy with numpy for inaccessible function alias #31

Closed DongzeHE closed 3 months ago

DongzeHE commented 3 months ago

Some numpy functions that were aliased in scipy do not exist in scipy anymore, for example scipy.unique and scipy.where used in mofapy2/core/Bayesnet.py. I fixed these callings by replacing scipy with numpy.

DongzeHE commented 3 months ago

Closed due to duplicated pull request #27 .