We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 135040c commit 27aea9aCopy full SHA for 27aea9a
Zarr.m
@@ -345,7 +345,8 @@ function makeZarrGroups(existingParentPath, newGroupsPath)
345
if strcmp(ME.identifier, 'MATLAB:array:SizeLimitExceeded')
346
error("MATLAB:Zarr:OutOfMemory",...
347
"Reading requested data (%s %s array) "+...
348
- "might exceed available memory.",...
+ "would exceed maximum array size preference. "+...
349
+ "Select a smaller subset of data to read.",...
350
join(string(count), "-by-"), obj.Datatype.MATLABType)
351
end
352
0 commit comments