We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi @ludwiglierhammer, just a note to update L2366 in _indices.py to reflect the changes made to the xclim package.
self.stat = "average" should now be self.stat = "sunlit"
self.stat = "average"
self.stat = "sunlit"
The text was updated successfully, but these errors were encountered:
see:
hey @emsonali , you would like to do a PR?
Sorry, something went wrong.
@larsbuntemeyer I've created a PR to update _indices.py - hope I've done it correctly, I haven't worked much with GitHub so far
larsbuntemeyer
No branches or pull requests
Hi @ludwiglierhammer, just a note to update L2366 in _indices.py to reflect the changes made to the xclim package.
self.stat = "average"
should now beself.stat = "sunlit"
The text was updated successfully, but these errors were encountered: