Closed DongzeHE closed 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.
scipy.unique
scipy.where
mofapy2/core/Bayesnet.py
scipy
numpy
Closed due to duplicated pull request #27 .
Some numpy functions that were aliased in scipy do not exist in scipy anymore, for example
scipy.unique
andscipy.where
used inmofapy2/core/Bayesnet.py
. I fixed these callings by replacingscipy
withnumpy
.