Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion _toc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ parts:
- file: tutorials/setup-config/tutorial-0
title: Setup & Configuration
- file: tutorials/cardiac-hemodynamics-assessment/tutorial
- file: tutorials/brain-disorder-diagnosis/tutorial
- file: tutorials/brain-disorder-diagnosis/tutorial-brain
sections:
- file: tutorials/brain-disorder-diagnosis/extend-reading/extension-tasks
title: Extension Tasks
Expand Down
4 changes: 2 additions & 2 deletions tutorials/brain-disorder-diagnosis/helpers/data.py
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ def _ensure_abide_file(data_dir, target_path, verbose):
print(f"✔ File found: {target_path}")
return

manifest_path = os.path.join(os.path.dirname(__file__), "manifests", "abide.json")
manifest_path = os.path.join(os.getcwd(), "manifests", "abide.json")
with open(manifest_path, "r") as f:
manifest = json.load(f)

Expand All @@ -163,7 +163,7 @@ def _ensure_atlas_folder(data_dir, atlas_path, verbose):
print(f"✔ Atlas folder found: {atlas_path}")
return

manifest_path = os.path.join(os.path.dirname(__file__), "manifests", "atlas.json")
manifest_path = os.path.join(os.getcwd(), "manifests", "atlas.json")
with open(manifest_path, "r") as f:
manifest = json.load(f)

Expand Down
1,673 changes: 1,673 additions & 0 deletions tutorials/brain-disorder-diagnosis/tutorial-brain.ipynb

Large diffs are not rendered by default.

1,612 changes: 0 additions & 1,612 deletions tutorials/brain-disorder-diagnosis/tutorial.ipynb

This file was deleted.