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
need to change.
then there are problems with the ploting: there is no basex in plt.xscale() but base. there is also on linestyle='steps'. and all the ...=NFFT/2 should be ...=NFFT//2
Hi, thanks for reporting. Unfortunately, this is very much expected. During the past year we did not have the resources to update PyDSM to follow up with the numpy and python developments.
On the roadmap there is the full removal or Python 2 support and the update to latest Python/Numpy.
Hope through the summer some advance will be possible.
...as example, there are changes in numpy : there is no
dtype=np.int
anymore, butdtype=np.int64
.need to change.
then there are problems with the ploting: there is no
basex
inplt.xscale()
butbase
. there is also onlinestyle='steps'
. and all the...=NFFT/2
should be...=NFFT//2
there are other things.
here is a diff:
pydms.diff.tar.gz
The text was updated successfully, but these errors were encountered: