Martin Yeo
Martin Yeo
Some notes are in #56 **Contract:** the tests introduced in #488 must always pass This new behaviour should NOT be activated at this stage The philosophy is that the loading...
## 📚 Documentation Early in GeoVista's life there were worries that it might just be a shiny toy and be unable to play a part in 'real science'. I don't...
## 📚 Documentation Half the unstructured examples don't use the `connectivity=` parameter in `Transform.from_unstructured()`, while the other half do. Something different is clearly happening under the hood, but it is...
## Something for the future - too early while the API is still in flux There are quite a lot of parameters that appear in MANY operations, because they are...
## 📰 Custom Issue [How to run doctests - pytest documentation](https://docs.pytest.org/en/stable/how-to/doctest.html) We currently rely on our docs rendering to run our doctests. This introduces many problems: 1. Unnecessarily long run...
## 📰 Custom Issue Given the problems discovered in #6109. Files to change: - `requirements/*.yml` - `requirements/pypi-core.txt`
## 🚀 Pull Request ### Description Just a draft so we can trial it in the upcoming release. https://github.com/SciTools-incubator/nothing - [x] need to set appropriate permissions for the new repo...
## 🚀 Pull Request ### Description Closes #6122 ### To do - [ ] Second pass of the code - [ ] Tests - [ ] Adjust task list of...
**Needs #6121 first** **This work is to be performed on the [`FEATURE_index_set`](https://github.com/SciTools/iris/tree/FEATURE_index_set) feature branch.** closes #4751, closes #4671 - [ ] Use `MeshIndexSet` in `MeshCoord.__getitem__()` - [ ] Make sure...
**This work is to be performed on the [`FEATURE_index_set`](https://github.com/SciTools/iris/tree/FEATURE_index_set) feature branch.** Should be a 'view' onto an existing `Mesh`, but with all `Coord`s and `Connectivity`s subsetted appropriately. See #6120 for...