mikeio icon indicating copy to clipboard operation
mikeio copied to clipboard

keepdims in mikeio.read() not working

Open jsmariegaard opened this issue 3 years ago • 0 comments

The keepdims argument in mikeio.read() should allow the user to control if singleton time should be kept as a dimension when read. But it seems not to be working as expected:

This dfs1 file has a single timestep only:

image

Selecting a single time step changes the dims, but keepdims argument still doesn't seem to have an effect:

image

jsmariegaard avatar Nov 01 '22 14:11 jsmariegaard