Results 138 comments of James Adams

I have run a slightly modified version of your code using the latest version of this package and I see similar results: ```python import climate_indices from climate_indices import indices import...

![Screenshot 2023-10-05 at 10 24 17 AM](https://github.com/monocongo/climate_indices/assets/1328158/6eaa9abe-8e8b-499b-a560-523efc13bcc8)

BTW thanks @abhilashsinghimd for the detailed issue report with good code and example error results, it makes looking into these things much easier.

Please post a link to your datasets so I can attempt to reproduce and understand the error. For example `sliced_pre_1901_18.nc` There have been many issues regarding L-moments in the past,...

Please post a link to your data here. Are you using the latest code from the master branch of this repository, or are you using the version from PyPI which...

@caiomattos' analysis looks really solid here. Thanks for the input! If there's a way to fix our code to accommodate this then a PR will be welcome.

There is an imminent update with code that I've tested against these Australian datasets, looking good now using the development branch named `issue_522_pyproject_poetry` in case you want to try it...

Thanks @Darren-Ray I appreciate the beta testing! On my copy of that branch, I am having good results running the processing command. I've created a fresh conda environment and installed...

Thanks, @chaowats Please confirm that you get the same result if installing this package into a fresh virtual environment using poetry. Please install from PyPI rather than github.