aaren / wavelets

Python implementation of the wavelet analysis found in Torrence and Compo (1998)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Usage example fails

stevemarple opened this issue · comments

The usage example given in README.md fails on the line

power = wa.wavelet_power

with the error

ValueError: could not broadcast input array from shape (1042) into shape (1000)

Python version is 2.7.3, numpy version is 1.7.1, scipy version is 0.10.1.

@stevemarple is this still a problem for you with the latest code?

I can't replicate this now so possibly I fixed it recently. If it is still a problem we can reopen this issue.