Closed CaptainEven closed 3 years ago
k = scipy.stats.multivariate_normal.pdf(pos, mean=[0, 0], cov=cov) AttributeError: module 'scipy' has no attribute 'stats'
scipy version error? So, which version of scipy is required?
I use scipy==1.6.3
Thanks for the reply!
scipy version error? So, which version of scipy is required?