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
Nightly tests fail across all versions of python and OS since Saturday, December 3
Errors are all along the lines of:
====================================================================== ERROR: test_alt_coef (test.test_meteorology.Test_heat_index) ---------------------------------------------------------------------- Traceback (most recent call last): File "/Users/anissaz/Desktop/GeoCAT/geocat-comp/test/test_meteorology.py", line 131, in test_alt_coef assert np.allclose(heat_index(self.t2, self.rh2, True), File "/Users/anissaz/Desktop/GeoCAT/geocat-comp/src/geocat/comp/meteorology.py", line 766, in heat_index heatindex = _heat_index(temperature, relative_humidity, File "/Users/anissaz/Desktop/GeoCAT/geocat-comp/src/geocat/comp/meteorology.py", line 111, in _heat_index heatindex = xr.where(temperature < 40, temperature, heatindex) File "/Users/anissaz/opt/miniconda3/envs/geocat_comp_build/lib/python3.10/site-packages/xarray/core/computation.py", line 1887, in where result.attrs = getattr(x, "attrs", {}) AttributeError: 'numpy.ndarray' object has no attribute 'attrs'
Looking at the error coming from xarray, that section of the code was edited in this PR and included in the 2022.12.0 release three days ago
The text was updated successfully, but these errors were encountered:
xr.where()
anissa111
Successfully merging a pull request may close this issue.
Nightly tests fail across all versions of python and OS since Saturday, December 3
Errors are all along the lines of:
Looking at the error coming from xarray, that section of the code was edited in this PR and included in the 2022.12.0 release three days ago
The text was updated successfully, but these errors were encountered: