Skip to content

Commit

Permalink
Merge branch 'main' of github.com:scitools/iris into faster-coord-cat…
Browse files Browse the repository at this point in the history
…egorization
  • Loading branch information
bouweandela committed Aug 8, 2024
2 parents cfbed50 + 8a15e4a commit 8115825
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ concurrency:
jobs:
manifest:
name: "check-manifest"
uses: scitools/workflows/.github/workflows/ci-manifest.yml@2024.07.6
uses: scitools/workflows/.github/workflows/ci-manifest.yml@2024.08.0
2 changes: 1 addition & 1 deletion .github/workflows/refresh-lockfiles.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ on:

jobs:
refresh_lockfiles:
uses: scitools/workflows/.github/workflows/refresh-lockfiles.yml@2024.07.6
uses: scitools/workflows/.github/workflows/refresh-lockfiles.yml@2024.08.0
secrets: inherit
2 changes: 1 addition & 1 deletion lib/iris/experimental/geovista.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ def cube_to_polydata(cube, **kwargs):
----------
cube : :class:`~iris.cube.Cube`
The Cube containing the spatial information and data for creating the
class:`~pyvista.PolyData`.
:class:`~pyvista.PolyData`.
**kwargs : dict, optional
Additional keyword arguments to be passed to the relevant
Expand Down

0 comments on commit 8115825

Please sign in to comment.