Skip to content

Commit

Permalink
Require ray.
Browse files Browse the repository at this point in the history
  • Loading branch information
arokem committed Nov 11, 2024
1 parent c7e0c6d commit 0fd2454
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions binder/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@ repo2data>=2.6.0
jupyter-book==0.14.0
afqinsight==0.6.1
pyAFQ==1.3.5
ray
plotly==5.3.0
trx-python==0.3
2 changes: 1 addition & 1 deletion content/01-pyafq.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@
"outputs": [],
"source": [
"myafq = GroupAFQ(\n",
" bids_path=op.join('..', 'data', 'tractometry', 'stanford_hardi'),\n",
" bids_path=op.join('..', 'data_', 'tractometry', 'stanford_hardi'),\n",
" preproc_pipeline='vistasoft',\n",
" tracking_params=tracking_params,\n",
" viz_backend_spec='plotly_no_gif')"
Expand Down
2 changes: 1 addition & 1 deletion content/download_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
afd.fetch_templates()
afd.fetch_pediatric_templates()
tflow.get('MNI152NLin2009cAsym',
resolution=resolution,
resolution=1,
desc='brain',
suffix='mask')

0 comments on commit 0fd2454

Please sign in to comment.