Skip to content

Commit 6f01562

Browse files
author
Thinh Nguyen
committed
remove get_clustering_root_data_dir() from docstring
1 parent 6488fee commit 6f01562

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

element_array_ephys/ephys.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,6 @@ def activate(ephys_schema_name, probe_schema_name=None, *, create_schema=True,
3434
+ get_ephys_root_data_dir() -> str
3535
Retrieve the root data directory - e.g. containing the raw ephys recording files for all subject/sessions.
3636
:return: a string for full path to the root data directory
37-
+ get_clustering_root_data_dir() -> str
38-
Retrieve the root data directory containing the clustering results for all subjects/sessions
39-
Note: if not provided, use "get_ephys_root_data_dir()"
40-
:return: a string for full path to the clustering root data directory
4137
+ get_session_directory(session_key: dict) -> str
4238
Retrieve the session directory containing the recorded Neuropixels data for a given Session
4339
:param session_key: a dictionary of one Session `key`

0 commit comments

Comments
 (0)