Skip to content

Commit

Permalink
run test create roi octave
Browse files Browse the repository at this point in the history
  • Loading branch information
Remi-Gau committed Jul 13, 2024
1 parent 63de6d0 commit 1320e1d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 21 deletions.
2 changes: 1 addition & 1 deletion lib/CPP_ROI
20 changes: 0 additions & 20 deletions tests/tests_slow/tests_cli/test_bidspm_create_roi.m
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,6 @@ function test_bidsCreateROI_boilerplate_only()

markTestAs('slow');

if bids.internal.is_octave
moxunit_throw_test_skipped_exception('Need bug fix in CPP ROI extractRoiFromAtlas.');
end

outputPath = tempName();

bidspm(pwd, outputPath, ...
Expand All @@ -40,10 +36,6 @@ function test_bidsCreateROI_glasser()

markTestAs('slow');

if bids.internal.is_octave
moxunit_throw_test_skipped_exception('Need bug fix in CPP ROI extractRoiFromAtlas.');
end

outputPath = tempName();

bidspm(pwd, outputPath, ...
Expand All @@ -65,10 +57,6 @@ function test_bidsCreateROI_wang()

markTestAs('slow');

if bids.internal.is_octave
moxunit_throw_test_skipped_exception('Need bug fix in CPP ROI extractRoiFromAtlas.');
end

outputPath = tempName();

bidspm(pwd, outputPath, ...
Expand All @@ -90,10 +78,6 @@ function test_bidsCreateROI_neuromorphometrics()

markTestAs('slow');

if bids.internal.is_octave
moxunit_throw_test_skipped_exception('Need bug fix in CPP ROI extractRoiFromAtlas.');
end

outputPath = tempName();

bidspm(pwd, outputPath, ...
Expand Down Expand Up @@ -133,10 +117,6 @@ function test_bidsCreateROI_one_hemisphere()

markTestAs('slow');

if bids.internal.is_octave
moxunit_throw_test_skipped_exception('Need bug fix in CPP ROI extractRoiFromAtlas.');
end

outputPath = tempName();

bidspm(pwd, outputPath, 'subject', ...
Expand Down

0 comments on commit 1320e1d

Please sign in to comment.