Skip to content

Commit

Permalink
deploy stub files [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jul 23, 2024
1 parent 334b598 commit 71703ae
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pycrostates/preprocessing/spatial_filter.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -57,10 +57,10 @@ def apply_spatial_filter(
Origin of the sphere in the head coordinate frame and in meters. Can be
``'auto'`` (default), which means a head-digitization-based origin fit.
adjacency : array or csr_matrix of shape (n_channels, n_channels) | str
An adjacency matrix. Can be created using `mne.channels.find_ch_adjacency` and
edited with `mne.viz.plot_ch_adjacency`. If ``'auto'`` (default), the matrix
will be automatically created using `mne.channels.find_ch_adjacency` and other
parameters.
An adjacency matrix. Can be created using :func:`mne.channels.find_ch_adjacency`
and edited with :func:`mne.viz.plot_ch_adjacency`. If ``'auto'`` (default), the
matrix will be automatically created using
:func:`mne.channels.find_ch_adjacency` and other parameters.
n_jobs : int | None
The number of jobs to run in parallel. If ``-1``, it is set
to the number of CPU cores. Requires the :mod:`joblib` package.
Expand Down

0 comments on commit 71703ae

Please sign in to comment.