Ruth Comer

Results 40 issues of 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...

array
bug

## ๐Ÿš€ 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...

Type: Testing

## ๐Ÿ“ฐ 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...

Status: Decision Required

## ๐Ÿ› 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...

Type: Bug

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...

Type: Enhancement
Release: Minor
Feature: Arithmetic
Dragon ๐Ÿ‰

## ๐Ÿ“š 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...

Type: Documentation

## ๐Ÿ“ฐ 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...

Type: Infrastructure

## ๐Ÿ› 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...

Type: Bug
Good First Issue

## ๐Ÿ› 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...

Type: Bug
Experience: Low
Release: Major