Mabel
Mabel
Hi James and Benny, This issue was solved by reevaluating the shape of the input time series. Check if the prec, temp have the same shape and format of evapotransp...
Hi Your waipy needs an upgrade! :D You have an old version. Try to download the new version from github ( https://github.com/mabelcalim/waipy). cheers Mabel --- _Mabel Calim Costa_ Instituto Nacional...
Hi The pip version of waipy don't have the changes that the version of the github has. So, I strongly suggest that you follow the instructions to download the git...
Hi Bruno Hi The pip version of waipy don't have the changes that the version of the github has. So, I strongly suggest that you follow the instructions to download...
Bruno You still using the pip version. Try to uninstall the pip version, and install the git version. If you have any trouble, send me the error. Cheers --- _Mabel...
Hi Gavin Did you try the example1? open a terminal: > git clone https://github.com/mabelcalim/waipy.git > > cd waipy/ > > sudo python setup.py install > > python > > >...
Hi Gavin, Can you explain better which axis did you modified? In wavetest.py you do not suppose to change the axis : global_ws = variance \* (np.sum(power.conj().transpose(), axis=0) / n)...
Hi Bruno, You still using the pip version: home/bruno/anaconda2/lib/python2.7/site-packages/waipy-0.0.9.0-py2.7.egg/waipy/cwt/wavetest.pyc Try : pip uninstall waipy And then install the git version. The examples are working just fine. I think the pip...
Bruno, if you still have some trouble, we can arrange a hangout and I help you to install it. --- _Mabel Calim Costa_ Instituto Nacional de Pesquisas Espaciais - INPE...
Hi! Yesterday I converted waipy to python3.6. Now it's waipy0.0.1.0! Try to check the example_python3.6 on my github (https://github.com/mabelcalim/waipy) I hardly recommend to install from github: in your path: git...