We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ef20f5 commit a96ee18Copy full SHA for a96ee18
docs/src/whatsnew/latest.rst
@@ -204,7 +204,7 @@ This document explains the changes made to Iris for this release
204
which was deprecated in ``v3.0``. Instead use
205
:class:`iris.common.resolve.Resolve`. For example, rather than calling
206
``as_compatible_shape(src_cube, target_cube)`` replace with
207
- ``Resolve(src_cube, target_cube)(target_cube.core_data())``. (:pull:`XXXX`)
+ ``Resolve(src_cube, target_cube)(target_cube.core_data())``. (:pull:`4513`)
208
209
210
🔗 Dependencies
0 commit comments