Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit4846005

Browse files
committed
ENH: Update to more recent PyBIDS
1 parent831c597 commit4846005

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

‎generate.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ generate_docker() {
1818
conda_install="python=3.7 pytest jupyter jupyterlab jupyter_contrib_nbextensions
1919
traits pandas matplotlib scikit-learn scikit-image seaborn nbformat nb_conda" \
2020
pip_install="https://github.com/nipy/nipype/tarball/master
21-
https://github.com/INCF/pybids/tarball/0.7.1
21+
pybids==0.13.1
2222
nilearn datalad[full] nipy duecredit nbval niflow-nipype1-workflows" \
2323
create_env="neuro" \
2424
activate=True \
@@ -57,7 +57,7 @@ generate_singularity() {
5757
conda_install="python=3.7 pytest jupyter jupyterlab jupyter_contrib_nbextensions
5858
traits pandas matplotlib scikit-learn scikit-image seaborn nbformat nb_conda" \
5959
pip_install="https://github.com/nipy/nipype/tarball/master
60-
https://github.com/INCF/pybids/tarball/0.7.1
60+
pybids==0.13.1
6161
nilearn datalad[full] nipy duecredit nbval niflow-nipype1-workflows" \
6262
create_env="neuro" \
6363
activate=True \

‎notebooks/basic_data_input_bids.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@
140140
"metadata": {},
141141
"outputs": [],
142142
"source": [
143-
"layout.get(subject='01', suffix='bold',extensions=['nii', 'nii.gz'])"
143+
"layout.get(subject='01', suffix='bold',extension=['.nii', '.nii.gz'])"
144144
]
145145
},
146146
{
@@ -156,7 +156,7 @@
156156
"metadata": {},
157157
"outputs": [],
158158
"source": [
159-
"layout.get(subject='01', suffix='bold',extensions=['nii', 'nii.gz'], return_type='file')"
159+
"layout.get(subject='01', suffix='bold',extension=['.nii', '.nii.gz'], return_type='file')"
160160
]
161161
},
162162
{

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp