Carlos Velasco
Carlos Velasco
I love the idea of using xarray for pySTEPSv2. However wondering if we can agree the process we will follow with the conversion of original pySTEPS rutines into xarray. The...
Hi @aperezhortal, I have started to work in a Travis CI configuration for pysteps. See https://github.com/cvelascof/pysteps/blob/master/.travis.yml So far, this configuration https://travis-ci.org/cvelascof/pysteps/jobs/502472265/config is able to install conda, all packages for pysteps,...
Yes. Thanks. That did the trick. Running the tests from `~` fixed it. https://travis-ci.org/cvelascof/pysteps/builds/502524712 [](https://travis-ci.org/cvelascof/pysteps) I will do a merge request soon.
@aperezhortal, @dnerini have you tried to run the test_motion outside of Travis? I mean in your own computer. In my case, test_motion is taking so much time to run. It...
@aperezhortal thanks. that would be nice to have. Checking new uni-tests is taking too long now.
@kmuehlbauer yes. I also support the use of xarray. xarray is so good loading and saving netCDF and ploting variables as you are showing in your gist. However to wrap...
Hi PyKrige Team, thanks for your project. Here is a proposed change to add enable_statistics flag to uk.py to avoid unnecessary computations of statistics in uk.py when not needed.