Skip to content

Commit bb8cef2

Browse files
committed
Positional
1 parent 030f65e commit bb8cef2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mikeio/dfsu/_spectral.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -347,7 +347,7 @@ def read(
347347
d = itemdata.Data
348348
d[d == deletevalue] = np.nan
349349

350-
d = np.reshape(d, shape=shape)
350+
d = np.reshape(d, shape)
351351
if self._type != DfsuFileType.DfsuSpectral0D:
352352
d = np.moveaxis(d, -1, 0)
353353

0 commit comments

Comments
 (0)