Skip to content

Commit e8af5c7

Browse files
committed
[ci] fix broken octave test
1 parent e5c5240 commit e8af5c7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

jdatadecode.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -347,7 +347,7 @@
347347
end
348348
if (isfield(data, N_('_ArrayLabel_')))
349349
newdata = jdict(newdata);
350-
newdata{'dims'} = data(j).(N_('_ArrayLabel_'));
350+
newdata.setattr('dims', data(j).(N_('_ArrayLabel_')));
351351
end
352352
end
353353

0 commit comments

Comments
 (0)