James Adams
James Adams
Thanks for this detailed bug report, @jeremietellus
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...

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.