Skip to content

Commit f547662

Browse files
committed
Remove dask/dask#11433 workaround.
1 parent 8207e05 commit f547662

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

lib/iris/common/resolve.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,8 +122,6 @@ class Resolve:
122122
import iris
123123
import numpy as np
124124
from iris.common import Resolve
125-
# See https://github.com/dask/dask/issues/11433
126-
np.set_printoptions(legacy="1.25")
127125
cube1 = iris.load_cube(iris.sample_data_path("A1B_north_america.nc"))
128126
cube2 = iris.load_cube(iris.sample_data_path("E1_north_america.nc"))[0]
129127
cube2.transpose()

0 commit comments

Comments
 (0)