Skip to content

Commit

Permalink
absolute path
Browse files Browse the repository at this point in the history
  • Loading branch information
bendhouseart committed Jun 6, 2024
1 parent a0e0bc8 commit 084984b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/matlab.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,5 +53,5 @@ jobs:
addpath('${{ env.MATLAB_CODE_PATH }}/template_txt');
addpath('${{ env.MATLAB_CODE_PATH }}/ecat_validation');
addpath('${{ env.METADATA_PATH }}');
ecat2nii_test
ecat2nii_test('${{ env.TEST_ECAT_PATH }}');
if: matrix.os == 'ubuntu-latest'
1 change: 1 addition & 0 deletions matlab/unit_tests/ecat2nii_test.m
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ function ecat2nii_test(varargin)
ecatfile = varargin{1};
end

groundtruth = [ecatfile(1:end-5) '.mat'];
meta.info = 'just running a test';
meta.TimeZero = datestr(now,'hh:mm:ss');
cd(fileparts(ecatfile))
Expand Down

0 comments on commit 084984b

Please sign in to comment.