-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[FIX] run test create roi octave (#1285)
* run test create roi octave * fix several tests in cpp roi * reset submod * update CPP_ROI * fix default path output create roi * fix typo
- Loading branch information
Showing
4 changed files
with
9 additions
and
23 deletions.
There are no files selected for viewing
Submodule CPP_ROI
updated
16 files
+78 −0 | .github/workflows/run_tests_octave.yml | |
+22 −0 | .github/workflows/tests_octave.m | |
+0 −5 | src/atlas/copyAtlasToSpmDir.m | |
+11 −2 | src/atlas/extractRoiFromAtlas.m | |
+9 −3 | src/atlas/unzipAtlas.m | |
+5 −1 | src/roi/thresholdToMask.m | |
+10 −27 | tests/test_createRoi.m | |
+3 −18 | tests/test_getPeakCoordinates.m | |
+6 −36 | tests/test_isBinaryMask.m | |
+1 −7 | tests/test_keepHemisphere.m | |
+4 −17 | tests/test_labelClusters.m | |
+5 −30 | tests/test_thresholdToMask.m | |
+9 −0 | tests/utils/demoDir.m | |
+1 −1 | tests/utils/rmRetinoAtlas.m | |
+16 −0 | tests/utils/setUpDemoData.m | |
+6 −0 | tests/utils/tempDir.m |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters