esa-esdl / JuliaDatDemo

0 stars 1 forks source link

reduceCube combined with the variance function (src/Proc/Stats.jl) is not working #3

Open Torminator opened 7 years ago

Torminator commented 7 years ago

Error: No method matching. Example: Time series decomposition.ipynb

meggart commented 7 years ago

Something seems to be wrong with the export statements. Can you try if import CABLAB.Proc.Stats.var helps before calling reduceCube?

Torminator commented 7 years ago

It did not help. I get the same error.

Torminator commented 7 years ago

Also the error appears with using mean in combination with reduceCube. meanscore=reduceCube(mean, xout2, TimeAxis, skipnull=true); (from eventdetection2.ipynb) Seems to me a problem with reduceCube and some Input-Cubes, as it worked in variance.ipynb.

meggart commented 7 years ago

I can not reproduce this so far, it worked for me. Lets talk next week.