You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 14, 2019. It is now read-only.
Hi,
i am using pimyr library and i had the following error
Traceback (most recent call last):
File "/Users/panayiotis/PycharmProjects/MirFramework/mirFramework.py", line 106, in
flatness_SFeat.append(m.flatness())
File "/Library/Python/2.7/site-packages/pymir/Spectrum.py", line 116, in flatness
geometricMean = scipy.stats.mstats.gmean(abs(self),axis=0)
File "/Library/Python/2.7/site-packages/scipy/stats/stats.py", line 508, in gmean
return np.exp(log_a.mean(axis=axis))
TypeError: mean() got an unexpected keyword argument 'axis'
on the following function
where spectra is calculated from the following
spectra = [f.spectrum() for f in fixedFrames]
any idea?
The text was updated successfully, but these errors were encountered: