Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Mar 19, 2024
1 parent 7a09a38 commit 693fa08
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions mne/preprocessing/eyetracking/_pupillometry.py
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ def deconvolve(
method="minimize",
reg=100,
):
"""Deconvolve pupillary responses.
r"""Deconvolve pupillary responses.
Parameters
----------
Expand Down Expand Up @@ -225,8 +225,8 @@ def deconvolve(
Notes
-----
This method is adapted from Wierda et al., 2012, "Pupil dilation
deconvolution reveals the dynamics of attention at high temporal
This method is adapted from Wierda et al., 2012, "Pupil dilation
deconvolution reveals the dynamics of attention at high temporal
resolution."\ :footcite:p:`Wierda2012`
Our implementation does not, by default, force all weights to be
Expand Down Expand Up @@ -346,7 +346,7 @@ def _score(vals, x_0, conv_mat):


def pupil_kernel(sfreq, dur=4.0, t_max=0.930, n=10.1, s=1.0):
"""Generate pupil response kernel modeled as an Erlang gamma function.
r"""Generate pupil response kernel modeled as an Erlang gamma function.
Parameters
----------
Expand Down

0 comments on commit 693fa08

Please sign in to comment.