Skip to content

Commit

Permalink
fix paths
Browse files Browse the repository at this point in the history
  • Loading branch information
h-mayorquin committed Dec 9, 2024
1 parent e702a58 commit 71b3299
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -53,11 +53,11 @@ def _source_data_to_extractor_kwargs(self, source_data: dict) -> dict:
@validate_call
def __init__(
self,
file_path: Optional[FilePath] = None,
verbose: bool = True,
es_key: Optional[str] = None,
folder_path: Optional[DirectoryPath] = None,
stream_id: Optional[str] = None,
es_key: Optional[str] = None,
verbose: bool = True,
file_path: Optional[FilePath] = None,
):
"""
Parameters
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,11 @@ def _source_data_to_extractor_kwargs(self, source_data: dict) -> dict:
@validate_call(config=ConfigDict(arbitrary_types_allowed=True))
def __init__(
self,
folder_path: Optional[DirectoryPath] = None,
file_path: Optional[FilePath] = None,
verbose: bool = True,
load_sync_channel: bool = False,
es_key: str = "ElectricalSeriesNIDQ",
folder_path: Optional[DirectoryPath] = None,
):
"""
Read channel data from the NIDQ board for the SpikeGLX recording.
Expand Down

0 comments on commit 71b3299

Please sign in to comment.