Skip to content

Commit 5e97404

Browse files
committed
🔀 Merge develop-1.8.6 into upgrade/python
2 parents 4490a9f + a123cd1 commit 5e97404

File tree

4 files changed

+3
-27
lines changed

4 files changed

+3
-27
lines changed

.gitignore

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -38,16 +38,9 @@ bids-examples
3838
.project
3939
.pydevproject
4040

41-
# Other project files
42-
.idea/*.xml
43-
44-
# Transpiling and compiling
45-
*.c
46-
*.so
47-
48-
49-
.vscode/launch.json
50-
.vscode/settings.json
41+
# IDE configs
42+
.vscode/
43+
.idea/
5144

5245
cpac_runs/
5346

.vscode/run_nose.py

Lines changed: 0 additions & 2 deletions
This file was deleted.

.vscode/settings.json

Lines changed: 0 additions & 4 deletions
This file was deleted.

CPAC/__main__.py

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -416,17 +416,6 @@ def workflows():
416416
pass
417417

418418

419-
@workflows.command()
420-
@click.argument('func_ts')
421-
@click.argument('func_brain_mask')
422-
@click.option('--hp', default=0.01)
423-
@click.option('--lp', default=0.1)
424-
def alff(func_ts, func_brain_mask, hp=0.01, lp=0.1):
425-
from CPAC.alff.alff import run_alff
426-
paths = run_alff(func_ts, func_brain_mask, hp, lp)
427-
print(paths)
428-
429-
430419
@utils.command()
431420
@click.argument('directory')
432421
def repickle(directory):

0 commit comments

Comments
 (0)