Skip to content

Commit 2545faf

Browse files
larsoneragramfort
authored andcommitted
FIX: Hotfix for somato dataset (#6771)
* FIX: Hotfix for somato dataset * FIX: Fix links
1 parent a551eb8 commit 2545faf

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
lines changed

doc/links.inc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@
181181
.. _pep8: https://pypi.org/project/pep8/
182182
.. _pyflakes: https://pypi.org/project/pyflakes
183183
.. _coverage: https://pypi.python.org/pypi/coverage
184-
.. _mayavi: http://https//docs.enthought.com/mayavi/mayavi/
184+
.. _mayavi: https//docs.enthought.com/mayavi/mayavi/
185185
.. _nitime: http://nipy.org/nitime/
186186
.. _joblib: https://pypi.python.org/pypi/joblib
187187
.. _scikit-learn: https://scikit-learn.org/stable/

doc/overview/design_philosophy.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Integration with the scientific python stack
2525
MNE-Python also integrates well with other standard scientific python
2626
libraries. For example, MNE-Python objects underlyingly store their data in
2727
NumPy arrays, making it easy to apply custom algorithms or pass your data into
28-
one of `scikit-learn's <scikit-learn>`_ machine learning pipelines.
28+
one of `scikit-learn's <scikit-learn_>`_ machine learning pipelines.
2929
MNE-Python's 2-D plotting functions also return `matplotlib`_
3030
:class:`~matplotlib.figure.Figure` objects, and the 3D plotting functions
3131
return `mayavi`_ scenes, so you can customize your MNE-Python plots using any

examples/inverse/plot_dics_source_power.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@
8484
###############################################################################
8585
# Visualizing source power during ERS activity relative to the baseline power.
8686
stc = beta_source_power / baseline_source_power
87+
stc.subject = '01' # it's mis-coded in fwd['src']
8788
message = 'DICS source power in the 12-30 Hz frequency band'
8889
brain = stc.plot(hemi='both', views='par', subjects_dir=subjects_dir,
8990
subject=subject, time_label=message)

tutorials/preprocessing/plot_40_artifact_correction_ica.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -576,7 +576,7 @@
576576
# .. LINKS
577577
#
578578
# .. _`blind source separation`:
579-
# https://en.wikipedia.org/wiki/Signal_separation`
579+
# https://en.wikipedia.org/wiki/Signal_separation
580580
# .. _`statistically independent`:
581581
# https://en.wikipedia.org/wiki/Independence_(probability_theory)
582582
# .. _`scikit-learn`: https://scikit-learn.org

0 commit comments

Comments
 (0)