File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -327,8 +327,8 @@ function test_getFile(testCase)
327327 ai = testCase .alyx ;
328328 % Test paths from dataset eid
329329 [fullPath , exists ] = ai .getFile(testCase .dataset_id );
330- expected = [' http ://ibl.flatironinstitute.org/cortexlab/Subjects/ ' ...
331- ' KS005/2019-04-11/001/alf/_ibl_trials.itiDuration.e84cfbc9-20f6-4e85-b221-aae3c18b2fd9.npy' ];
330+ expected = [' https ://ibl.flatironinstitute.org/cortexlab/Subjects' ...
331+ ' / KS005/2019-04-11/001/alf/_ibl_trials.itiDuration.e84cfbc9-20f6-4e85-b221-aae3c18b2fd9.npy' ];
332332 testCase .verifyEqual(fullPath{1 }, expected , ' Unexpected path returned' )
333333 testCase .verifyEqual(exists , [true false false ])
334334 testCase .verifyTrue(all(endsWith(fullPath(2 : end ), ...
@@ -346,8 +346,8 @@ function test_getFile(testCase)
346346
347347 % Test file record
348348 [fullPath , exists ] = ai .getFile(testCase.file_record_ids{1 }, ' file' );
349- expected = [' http ://ibl.flatironinstitute.org/mainenlab/Subjects/ ' ...
350- ' clns0730/2018-08-24/1/clusters.probes.npy' ];
349+ expected = [' https ://ibl.flatironinstitute.org/mainenlab/Subjects' ...
350+ ' / clns0730/2018-08-24/1/clusters.probes.npy' ];
351351 testCase .verifyEqual(fullPath , expected , ' Unexpected path returned' )
352352 testCase .verifyEqual(numel(ensureCell(fullPath )), numel(exists ));
353353
You can’t perform that action at this time.
0 commit comments