Results 194 comments of James Adams

The first thing I've noticed is that we don't get our scripts included in the package when it installs, instead I only see the modules under the main `climate_indices` directory....

We should probably go through [this guide](https://python-packaging.readthedocs.io/en/latest/metadata.html) before closing this issue. One item that looks interesting is to use README.rst/MANIFEST.in.

Some info related to errors experienced when performing the above is included in [this StackOverflow question](https://stackoverflow.com/questions/52263338/conda-doesnt-find-local-package-to-install-although-its-present-in-the-enviro/60093922#60093922).

Thanks @Saumik43 Please send a link to your data so I can try to reproduce this and debug. This is just a preliminary guess: somehow the `_NUMBER_OF_WORKER_PROCESSES` value has been...

Yes, that sounds like a valuable contribution. Thanks for the idea, @Emmadd and let me know if I can help. There's no better way to improve your Python skills than...

Hey Alec can you please post or link to a small file with example data that causes the problem? Also is this for Pearson or gamma or both?

Thanks @aleccourt Is there a particular lat/lon you know of where this happens or is there a certain day that's missing for all lats/lons (looks like this is the case...

Hi @Yunlei-Wu Apparently the error message here is incorrect, in that latitude values must be between -90 and 90 degrees north "exclusive" (not "inclusive", as currently worded), i.e. less than...

When I first wrote this code there was a limitation that precluded the use of latitude values at the ends of the range (-90 and 90) but this may not...

Thanks @Yunlei-Wu This appears to be an issue related to Python on Windows. Windows support for this package is pretty limited these days since I am using Linux exclusively on...