Skip to content

Commit 0c71ca9

Browse files
committed
merging tZarrRead.m
2 parents c6ff6d7 + 4679ab5 commit 0c71ca9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/tZarrRead.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,7 @@ function invalidPartialReadParams(testcase)
168168
testcase.verifyError(@()zarrread(zpath,"Stride",inpVal),errID);
169169
testcase.verifyError(@()zarrread(zpath,"Count",inpVal),errID);
170170

171+
171172
% Parameters out of bounds
172173
inpVal = [100 200];
173174
errID = 'MATLAB:Zarr:PartialReadOutOfBounds';
@@ -178,7 +179,6 @@ function invalidPartialReadParams(testcase)
178179
% Combination of parameters out of bounds
179180
testcase.verifyError(...
180181
@()zarrread(zpath,Start=[3 4],Count=[2 2]),errID)
181-
182182
end
183183
end
184184
end

0 commit comments

Comments
 (0)