Commit ef6c2b0
File tree
4 files changed
+8
-5
lines changed- .github/workflows
- lib
- tests
4 files changed
+8
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
36 | 35 | | |
37 | 36 | | |
38 | 37 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
50 | | - | |
| 50 | + | |
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
| |||
- .github/workflows/bids_validator.yml+10-6
- .github/workflows/check_md_links.yml+1
- .github/workflows/miss_hit.yml+1
- .github/workflows/update_submodules.yml+100
- .gitignore+8-10
- .gitmodules+2-2
- .pre-commit-config.yaml+1-1
- Makefile+3
- README.md+4
- checkCppBidsDependencies.m+1-1
- docs/cpp_bids-manual.pdf
- docs/source/function_description.rst+2-1
- docs/source/gui.rst-15
- docs/source/index.rst+1-1
- docs/source/ui.rst+16
- docs/source/utilities.rst-4
- runTests.m+10-13
- src/checkCFG.m+4-2
- src/convertSourceToRaw.m+69-26
- src/createJson.m+34-60
- src/gui/askUserCli.m-46
- src/gui/askUserGui.m-60
- src/gui/createQuestionList.m-54
- src/gui/setDefaultResponses.m-40
- src/saveCfg.m+77
- src/ui/askForGroupAndOrSession.m+2-2
- src/ui/askUserCli.m+71
- src/ui/askUserGui.m+104
- src/ui/createQuestionnaire.m+65
- src/ui/getIsQuestionToAsk.m
- src/ui/returnDefaultQuestionnaire.m+54
- src/userInputs.m+14-20
- src/utils/getFullFilename.m+11-4
- src/utils/removeDateEntity.m+41
- src/utils/throwWarning.m+2
- tests/manualTests/test_makeRawDataset.m+125-114
- tests/test_askUserCli.m+85
- tests/test_checkCFG.m+84-82
- tests/test_createQuestionList.m-44
- tests/test_createQuestionnaire.m+71
- tests/test_saveCfg.m+60
- tests/test_setDefaultResponses.m-34
- tests/test_userInputs.m+88
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
38 | | - | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
39 | 41 | | |
40 | 42 | | |
41 | 43 | | |
| |||
68 | 70 | | |
69 | 71 | | |
70 | 72 | | |
71 | | - | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
72 | 76 | | |
73 | 77 | | |
0 commit comments