Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FIX] run test create roi octave #1285

Merged
merged 6 commits into from
Jul 13, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading