Skip to content

Commit

Permalink
MAINT: Fix CircleCI [skip azp] [skip actions]
Browse files Browse the repository at this point in the history
  • Loading branch information
larsoner committed Jan 28, 2025
1 parent e659520 commit 157ee8f
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions tutorials/evoked/10_evoked_overview.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,11 @@
The Evoked data structure: evoked/averaged data
===============================================
This tutorial covers the basics of creating and working with :term:`evoked`
data. It introduces the :class:`~mne.Evoked` data structure in detail,
including how to load, query, subset, export, and plot data from an
:class:`~mne.Evoked` object. For details on creating an :class:`~mne.Evoked`
object from (possibly simulated) data in a :class:`NumPy array
<numpy.ndarray>`, see :ref:`tut-creating-data-structures`.
This tutorial covers the basics of creating and working with :term:`evoked` data. It
introduces the :class:`~mne.Evoked` data structure in detail, including how to load,
query, subset, export, and plot data from an :class:`~mne.Evoked` object. For details
on creating an :class:`~mne.Evoked` object from (possibly simulated) data in a
:class:`NumPy array <numpy.ndarray>`, see :ref:`tut-creating-data-structures`.
As usual, we start by importing the modules we need:
"""
Expand Down

0 comments on commit 157ee8f

Please sign in to comment.