climate_indices
climate_indices copied to clipboard
Error while running "python setup.py test" command on linux as well as Anaconda powershell prompt
How to craft a useful, minimal bug report
Describe the bug A clear and concise description of what the bug is.
To Reproduce Steps to reproduce the behavior:
- Go to '...'
- Click on '....'
- Scroll down to '....'
- See error
Expected behavior A clear and concise description of what you expected to happen.
Screenshots If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
- OS: [e.g. iOS]
- Version: [e.g. 22]
Additional context Add any other context about the problem here.
@sumi137 it appears that you're using an out-of-date version of the code. Can you please try again using the latest code pulled from the master branch of this repository?
Please reference the documentation's testing section.
okay, Thank you so much for your reply, I am looking into it.
On Tue, Apr 28, 2020 at 7:52 PM James Adams [email protected] wrote:
@sumi137 https://github.com/sumi137 it appears that you're using an out-of-date version of the code. Can you please try again using the latest code pulled from the master branch of this repository?
Please reference the documentation's testing https://climate-indices.readthedocs.io/en/latest/#testing section.
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/monocongo/climate_indices/issues/392#issuecomment-620639287, or unsubscribe https://github.com/notifications/unsubscribe-auth/APL2XVREAO45UKG7PIYUYSDRO3REFANCNFSM4MSW33MA .
thank @monocongo On website previous version is there due to which the problem occur. https://www.drought.gov/drought/data-maps-tools/software
Thanks @avitomar12
Yes, I have asked them to no longer use that out-of-date version of the code, I'm not sure why they haven't updated that yet...
BTW I no longer work at NCEI/NOAA so I have no control over this. I recommend you use the code from this repository, as it will always be the most up-to-date.
(Please star this repository if it is useful. Thanks!)
Hello again,
Thanks for the updated version.
I was trying to run the eaxmple files from here https://github.com/monocongo/example_climate_indices/. SPI, SPEI, PET commands were successful but I am having trouble with palmer indices (PDSI, scPDSI, PHDI, Z-index, PMDI and PNP), I am getting this error. kindly go through it.
The Palmer indices are included to provide a starting point for others who might want to complete the implementation. I don't know of another open-source Python implementation of PDSI etc. If one exists then we'd like to incorporate it here, as the implementation we have now is very close to matching the current results from NOAA but in some cases, it goes off, and as a result we can't confidently (i.e. shouldn't) use it for proper research since the real experts in the field (not me!) haven't properly vetted/fixed it.