Skip to content

Commit ff7d52c

Browse files
committed
update marsbar path
1 parent c41d4d3 commit ff7d52c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/run_tests_matlab.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,4 +57,4 @@ jobs:
5757
file: coverage.xml # optional
5858
flags: unittests # optional
5959
name: codecov-umbrella # optional
60-
fail_ci_if_error: true # optional (default = false)
60+
fail_ci_if_error: false # optional (default = false)

initCppRoi.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ function initCppRoi()
1717
% we add all the subfunctions that are in the sub directories
1818
CPP_ROI_PATHS = genpath(fullfile(thisDirectory, 'src'));
1919
CPP_ROI_PATHS = cat(2, CPP_ROI_PATHS, pathSep, ...
20-
fullfile(thisDirectory, 'lib', 'marsbar'));
20+
fullfile(thisDirectory, 'lib', 'marsbar', 'marsbar'));
2121
CPP_ROI_PATHS = cat(2, CPP_ROI_PATHS, pathSep, ...
2222
fullfile(thisDirectory, 'atlas'));
2323
addpath(CPP_ROI_PATHS, '-begin');

0 commit comments

Comments
 (0)