Skip to content

Commit 27aea9a

Browse files
committed
Error message update 2
1 parent 135040c commit 27aea9a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Zarr.m

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -345,7 +345,8 @@ function makeZarrGroups(existingParentPath, newGroupsPath)
345345
if strcmp(ME.identifier, 'MATLAB:array:SizeLimitExceeded')
346346
error("MATLAB:Zarr:OutOfMemory",...
347347
"Reading requested data (%s %s array) "+...
348-
"might exceed available memory.",...
348+
"would exceed maximum array size preference. "+...
349+
"Select a smaller subset of data to read.",...
349350
join(string(count), "-by-"), obj.Datatype.MATLABType)
350351
end
351352
end

0 commit comments

Comments
 (0)