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.
2 parents c956357 + 8898cee commit 4679ab5Copy full SHA for 4679ab5
test/tZarrRead.m
@@ -168,6 +168,7 @@ function invalidPartialReadParams(testcase)
168
testcase.verifyError(@()zarrread(zpath,"Stride",inpVal),errID);
169
testcase.verifyError(@()zarrread(zpath,"Count",inpVal),errID);
170
171
+
172
% Parameters out of bounds
173
inpVal = [100 200];
174
errID = 'MATLAB:Zarr:PartialReadOutOfBounds';
@@ -178,7 +179,6 @@ function invalidPartialReadParams(testcase)
178
179
% Combination of parameters out of bounds
180
testcase.verifyError(...
181
@()zarrread(zpath,Start=[3 4],Count=[2 2]),errID)
-
182
end
183
184
0 commit comments