Ruth Comer
Ruth Comer
It would be useful to have versions of `ones_like`, `zeros_like` and `empty_like` that preserve masks when applied to masked dask arrays. Currently (version 2022.7.1) we have ```python import dask.array as...
## ๐ Pull Request ### Description Closes #4893 This is the second time recently that this test has failed due to a dependency update. At #4331, there was a fair...
## ๐ Pull Request ### Description Uses pytest parametrization to remove the duplication from the gallery tests. We now only need one test file instead of 24 ๐. To get...
## ๐ฐ Custom Issue Because I am hoping to add some `pytest` style tests in Iris (#4792, #4889), I thought I should check what is in the `setUp` of our...
## ๐ Bug Report I just spent some time, with help from colleagues, trying to figure out why my data didn't have a realization coordinate. It turned out that it...
Following on from the outstanding cube arithmetic work, some thoughts/ideas about the exception that gets raised if our coordinate points or bounds don't match. 1. [ ] 1. As already...
## ๐ Documentation This is a documentation feature request! Is it possible to get a site map within Sphinx, so you can see the whole docs structure laid out? Often...
## ๐ฐ Custom Issue Following the success of @jamespโs GitHub Action Workflow to update conda lock files, the CI tests on contributorsโ pull requests are protected from dependency updates and...
## ๐ Bug Report If the scalar coord passed to `iris.util.new_axis` is already a dimension coordinate, an anonymous new dimension is created. ## How To Reproduce ```python import iris import...
## ๐ Bug Report Following on from #4315, #1528. When handling integer coordinates, `collapsed` and `aggregated_by` produce inconsistent points. ## How To Reproduce Minimal example: ```python import iris import iris.cube...