iris.util.broadcast_to_shape
does not work with lazy data
#5295
Labels
iris.util.broadcast_to_shape
does not work with lazy data
#5295
🐛 Bug Report
How To Reproduce
Steps to reproduce the behaviour:
Run the following code:
Expected behaviour
The function documentation mentions that "This function maintains laziness when called; it does not realise data.", so I would expect the function to return a Dask array instead of crash when following the example from the docstring with a dask array as input.
Screenshots
Environment
gives
Additional context
Click to expand this section...
The text was updated successfully, but these errors were encountered: