Skip to content

Commit 5765497

Browse files
committed
Fix output files
1 parent 6c826bc commit 5765497

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

hdsort-compiled/hdsort_compiled.m

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
function hdsort_compiled(outputFolder)
22
try
3+
% cding to outputFolder is needed to save output files in the correct place
4+
cd(fullfile(outputFolder))
35

46
%% Load sorter configs and params
57
load(fullfile(outputFolder, 'configsParams.mat'))

0 commit comments

Comments
 (0)