Closed kstonekuan closed 3 years ago
Will there be any issue with just using
extract()
method?
I believe that the extract_cube
is the equivalent. I sent a PR to fix that b/c that is "on me" and the tests must run properly before students start coding.
It seems that newer versions of iris (installed using
pip3 install scitools-iris
) no longer supports the methodextract_strict()
for theCubeList
object.The latest documentation for iris CubeList can be found here: https://scitools-iris.readthedocs.io/en/stable/generated/api/iris/cube.html#iris.cube.CubeList.extract
Documentation for an older version with
extract_strict
: https://scitools.org.uk/iris/docs/v2.4.0/iris/iris/cube.html?highlight=cubelist#iris.cube.CubeList.extract_strictThis leads to the following error when using
pytest
:Will there be any issue with just using
extract()
method?