-
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.
Merge pull request #620 from cpp-lln-lab/olf
[ENH] improve group level analysis
- Loading branch information
Showing
39 changed files
with
1,386 additions
and
228 deletions.
There are no files selected for viewing
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
#!/bin/bash | ||
|
||
files=$(find ../src -name "*.m") | ||
doc_files=$(find ./source -name "*.rst") | ||
|
||
echo "${doc_files}" | ||
|
||
for file in ${files}; do | ||
|
||
this_file=$(basename "${file}") | ||
echo ${this_file} | ||
|
||
done |
Submodule bids-matlab
updated
5 files
+32 −11 | +bids/Description.m | |
+1 −0 | +bids/Model.m | |
+8 −0 | +bids/layout.m | |
+5 −4 | .github/workflows/run_tests_matlab.yml | |
+7 −0 | tests/tests_layout/test_layout.m |
File renamed without changes.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
|
||
# This folder is where we keep things that are not not in use but could prove useful later | ||
|
||
metric "cnest": limit 10 | ||
metric "file_length": limit 2000 | ||
metric "cyc": limit 50 | ||
metric "parameters": limit 20 |
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
Oops, something went wrong.