Skip to content

Time preprocessor uses numpy array instead of dask array #336

Description

@ledm

The line is:

ones = np.ones_like(cube.data)

It is:

    ones = np.ones_like(cube.data)

but it should be:

    ones = da.ones(cube.data.shape)

Minor change, but this change helps me run a heavy recipe on jasmin sci1.

Metadata

Metadata

Assignees

Labels

preprocessorRelated to the preprocessor

Type

No type

Fields

No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions