Skip to content

Commit 7a7cffd

Browse files
committed
touched up errors in first-level-glm
1 parent 720efdb commit 7a7cffd

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

new-docs/source/conf.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,9 @@
4949
"numpydoc",
5050
]
5151

52+
53+
nbsphinx_allow_errors = True
54+
5255
# Add any paths that contain templates here, relative to this directory.
5356
templates_path = ["_templates"]
5457

new-docs/source/examples/first-level-glm.ipynb

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
"\n",
5858
"from pydra.design import python, workflow\n",
5959
"from fileformats.generic import File, Directory\n",
60-
"from fileforamts.text import Csv\n",
60+
"from fileformats.text import Csv\n",
6161
"import pandas as pd\n",
6262
"from scipy.stats import norm\n",
6363
"\n",
@@ -586,9 +586,9 @@
586586
"source": [
587587
"wf = FullWorkflow(output_dir=workflow_out_dir, n_subjects=1, contrast='StopSuccess - Go')\n",
588588
"\n",
589-
"results = wf(plugin='cf', n_procs=4)\n",
590-
"\n",
591-
"print(results)"
589+
"if False:\n",
590+
" results = wf(plugin='cf', n_procs=4)\n",
591+
" print(results)"
592592
]
593593
},
594594
{

0 commit comments

Comments
 (0)