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 Jan 16, 2024
1 parent f42d5fb commit 278fdf3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions mne/_fiff/reference.py
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,7 @@ def _apply_reference(inst, ref_from, ref_to=None, forward=None, ch_type="auto"):

return inst, ref_data


def _apply_dict_reference(inst, ref_dict, ch_type="auto"):
"""Apply a dict-based custom EEG referencing scheme."""
# ref_to = _check_before_reference(inst, ref_from, ref_to, ch_type)
Expand All @@ -178,6 +179,7 @@ def _apply_dict_reference(inst, ref_dict, ch_type="auto"):

# return inst, ref_data


@fill_doc
def add_reference_channels(inst, ref_channels, copy=True):
"""Add reference channels to data that consists of all zeros.
Expand Down

0 comments on commit 278fdf3

Please sign in to comment.