Skip to content

Commit 44b14ed

Browse files
committed
dev docs: nilearn/nilearn@49854b8 : chore: update pre-commit hooks (#5762)
1 parent 85763ea commit 44b14ed

File tree

786 files changed

+9139
-7201
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

786 files changed

+9139
-7201
lines changed
Binary file not shown.

dev/_downloads/034e4a0d5c805cf4938eba117765c0ee/plot_predictions_residuals.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
},
4141
"outputs": [],
4242
"source": [
43-
"from nilearn.glm.first_level import FirstLevelModel\n\nfmri_glm = FirstLevelModel(\n t_r=7,\n drift_model=\"cosine\",\n signal_scaling=False,\n mask_img=mask,\n minimize_memory=False,\n)\n\nfmri_glm = fmri_glm.fit(fmri_img, events)"
43+
"from nilearn.glm.first_level import FirstLevelModel\n\nfmri_glm = FirstLevelModel(\n t_r=subject_data.t_r,\n drift_model=\"cosine\",\n signal_scaling=False,\n mask_img=mask,\n minimize_memory=False,\n)\n\nfmri_glm = fmri_glm.fit(fmri_img, events)"
4444
]
4545
},
4646
{
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)