Skip to content

Commit

Permalink
Baizhige/develop (#4)
Browse files Browse the repository at this point in the history
* update debug directory

* Updates:

* update git ignore

* update ignore
  • Loading branch information
Baizhige authored Sep 21, 2024
1 parent a163c32 commit 08d140a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,5 @@ dist/


# ignore——debug
locator/
debug/
/locator/
/debug/
7 changes: 5 additions & 2 deletions eegunity/module_eeg_batch/eeg_batch.py
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,11 @@ def sample_filter(
:param (tuple/list/array-like, optional) channel_number: A tuple or list with (min, max) values to filter the
"Number of Channels" column. If None, this criterion is ignored. Default is None.
<<<<<<< HEAD
:param (tuple/list/array-like, optional) sampling_rate: A tuple or list with (min, max) values to filter the
=======
:param (tuple/list/array-like, optional) sampling_rate : A tuple or list with (min, max) values to filter the
>>>>>>> main
"Sampling Rate" column. If None, this criterion is ignored. Default is None.
:param (tuple/list/array-like, optional) duration: A tuple or list with (min, max) values to filter the
"Duration" column. If None, this criterion is ignored. Default is None.
Expand All @@ -133,8 +137,7 @@ def sample_filter(
:param (str, optional) domain_tag: A string to filter the "Domain Tag" column. If None, this criterion is ignored. Default is None.
:param (str, optional) file_type: A string to filter the "File Type" column. If None, this criterion is ignored. Default is None.
Returns:
None. The function updates the 'locator' dataframe in the shared attributes.
:return (None): None
"""

def con_func(row):
Expand Down

0 comments on commit 08d140a

Please sign in to comment.