Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Tam-Pham committed Jul 16, 2020
1 parent 83e9592 commit 4b1555d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion TruScanEEGpy/fix_channels.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

"""Submodule."""

def fix_channels_128():
def fix_channels_128(ch_names):
"""Returns something something
Currently, the layout of the channels in the EEG montages found in
Expand Down
2 changes: 0 additions & 2 deletions TruScanEEGpy/montage.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@
import pandas as pd
import numpy as np

from .fix_channels import fix_channels_128


def montage_mne_128(layout):
"""Create MNE montage
Expand Down

0 comments on commit 4b1555d

Please sign in to comment.