Enable numbagg
in calculation of quantiles
#11274
Annotations
4 errors
Run tests:
xarray/tests/test_variable.py#L1855
TestVariable.test_quantile_out_of_bounds[1.1-numbagg]
AssertionError: Regex pattern did not match.
Regex: 'Quantiles must be in the range \\[0, 1\\]|kth out of bounds'
Input: 'quantiles must be in the range [0, 1], inclusive. Got [1.1].'
|
Run tests:
xarray/tests/test_variable.py#L1855
TestVariable.test_quantile_out_of_bounds[q2-numbagg]
AssertionError: Regex pattern did not match.
Regex: 'Quantiles must be in the range \\[0, 1\\]|kth out of bounds'
Input: 'quantiles must be in the range [0, 1], inclusive. Got [2.].'
|
Run tests:
xarray/tests/test_variable.py#L1855
TestVariable.test_quantile_out_of_bounds[q3-numbagg]
AssertionError: Regex pattern did not match.
Regex: 'Quantiles must be in the range \\[0, 1\\]|kth out of bounds'
Input: 'quantiles must be in the range [0, 1], inclusive. Got [0.25 2. ].'
|
Run tests
Process completed with exit code 1.
|
The logs for this run have expired and are no longer available.
Loading