-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump lib/CPP_BIDS from
03d9792
to 00c0632
Bumps [lib/CPP_BIDS](https://github.com/cpp-lln-lab/CPP_BIDS) from `03d9792` to `00c0632`. - [Release notes](https://github.com/cpp-lln-lab/CPP_BIDS/releases) - [Commits](cpp-lln-lab/CPP_BIDS@03d9792...00c0632) --- updated-dependencies: - dependency-name: lib/CPP_BIDS dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
- Loading branch information
1 parent
14e21b2
commit b8dfb05
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule CPP_BIDS
updated
19 files
+3 −3 | .all-contributorsrc | |
+9 −58 | checkCppBidsDependencies.m | |
+171 −0 | cpp_bids.m | |
+27 −22 | docs/source/conf.py | |
+1 −1 | lib/bids-matlab | |
+1 −1 | miss_hit.cfg | |
+5 −0 | requirements.txt | |
+2 −1 | runTests.m | |
+1 −1 | src/checkCFG.m | |
+7 −4 | src/createFilename.m | |
+2 −0 | src/miss_hit.cfg | |
+1 −2 | src/saveEventsFile.m | |
+25 −0 | src/utils/getVersion.m | |
+25 −0 | src/utils/pathToPrint.m | |
+18 −13 | src/utils/printCreditsCppBids.m | |
+37 −0 | src/utils/returnRootDir.m | |
+3 −3 | tests/test_checkCFG.m | |
+0 −19 | tests/test_utils.m | |
+1 −1 | tests/utils/globalTestSetUp.m |