Skip to content

Commit

Permalink
Linting
Browse files Browse the repository at this point in the history
  • Loading branch information
christian-oreilly committed Nov 27, 2024
1 parent 0ac7cb3 commit 9b41530
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion pylossless/pipeline.py
Original file line number Diff line number Diff line change
Expand Up @@ -932,7 +932,8 @@ def get_n_nbr(self, picks="eeg"):
Parameters
----------
picks : str (default "eeg")
Type of channels to pick."""
Type of channels to pick.
"""
# Calculate nearest neighbour correlation on
# non-flagged channels and epochs...
epochs = self.get_epochs(picks=picks)
Expand Down
2 changes: 1 addition & 1 deletion pylossless/tests/test_pipeline.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ def test_deprecation():


def test_multimodality():
"""Test running the pipeline on a multimodal (EEG, MEG) dataset."""
"""Test running the pipeline on a multimodal (EEG, MEG) dataset."""
fname = mne.datasets.sample.data_path() / 'MEG' / 'sample' / 'sample_audvis_raw.fif'
raw = mne.io.read_raw_fif(fname, preload=True)
raw.crop(tmin=0, tmax=60)
Expand Down

0 comments on commit 9b41530

Please sign in to comment.