Skip to content

Commit d9f9283

Browse files
committed
remove incomplete docstring
1 parent ffec226 commit d9f9283

File tree

1 file changed

+0
-18
lines changed

1 file changed

+0
-18
lines changed

neo/rawio/openephysbinaryrawio.py

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1096,24 +1096,6 @@ def explore_folder(dirname, experiment_names=None):
10961096

10971097

10981098
def check_folder_consistency(folder_structure, possible_experiment_names=None):
1099-
"""
1100-
Validate consistency of the discovered OpenEphys folder structure.
1101-
1102-
Ensures that multi-node recordings have consistent experiment/recording
1103-
structures and that streams are consistent across segments and blocks.
1104-
1105-
Parameters
1106-
----------
1107-
folder_structure : dict
1108-
Folder structure from explore_folder()
1109-
possible_experiment_names : list, optional
1110-
Available experiment names for error messages
1111-
1112-
Raises
1113-
------
1114-
ValueError
1115-
If folder structure is inconsistent
1116-
"""
11171099
# check that experiment names are the same for differend record nodes
11181100
if len(folder_structure) > 1:
11191101
experiments = None

0 commit comments

Comments
 (0)