-
Notifications
You must be signed in to change notification settings - Fork 296
manual update to py38-linux-64.lock (#4480) #4491
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
172db57
to
73c9040
Compare
1a0147f
to
b4b4ec2
Compare
Additionally, we could choose to additionally pass the
This will counter the disparity in behaviour between Intel SVML supported and unsupported CPUs, but this would also mean updating the associated I'm not fussed either way, but it would have the advantage that a user with a local host with SVML support being able to run tests that pass independent of disabling the |
e7af85b
to
f9427b6
Compare
Awesome, thanks @jamesp 🍻 |
🚀 Pull Request
Description
This PR manually updates the
py38-linux-64.lock
based on the contents of GHA PR #4480 (which I've now closed)This PR includes the recent changes (#4486) to address supporting the latest
numpy
1.22.0 release.There are failures to investigate here, due to the dependency updates... so this PR is a work-in-progress, but also mainly for transparency given the current
iris
3.2.0 release efforts.Failures to address:
iris.tests.integration.test_trajectory
TestTriPolar.test_tri_polar
TestLazyData.test_hybrid_height
iris.tests.unit.analysis.cartography.test_rotate_grid_vectors.TestRotateGridVectors
test_angles_calculation
test_angles_in_radians
test_nan_vectors
iris.tests.integration.plot.test_vector_plots.TestBarbs
test_2d_plain_latlon
test_2d_rotated_latlon
test_2d_plain_latlon_on_polar_map
Reference GHA PR #4507 (closed)
Consult Iris pull request check list