-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Labels
bugSomething isn't workingSomething isn't workingclippingDeals with clipping methodsDeals with clipping methods
Description
Bug description
Got a report from @jdelsman :
He ran into this issue when opening a previously dumped model (which opens data as Dask arrays), then consequently trying to call clip_box it.
Steps to reproduce
- What error message do you get?
NotImplementedError: The out parameter is not fully supported. Received type ndarray, expected Dask Array
sim = imod.mf6.Modflow6Simulation.from_file(fn_orgmodel_toml)
sim_clipped = sim.clip_box(xmin = xmin, xmax = xmax, ymin = ymin, ymax = ymax)
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingclippingDeals with clipping methodsDeals with clipping methods
Type
Projects
Status
📯 New