bioFAM / mofapy2

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

outer and shape functions #23

Closed cheny36 closed 5 months ago

cheny36 commented 6 months ago

I changed the scipy.shape and scipy.outer functions to run numpy.shape and numpy.outer. This allowed it to run on my machine.