Skip to content

Commit 32dfa06

Browse files
committed
Update access_files.py
Updated documentation for make_paths
1 parent 78db377 commit 32dfa06

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

EMGFlow-Package/src/EMGFlow/access_files.py

+3-2
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,9 @@ def make_paths(root=None):
2020
Generates a file structure for signal files, and returns a dictionary of
2121
the locations for these files.
2222
23-
A 'Data' folder is created, with 'Raw', 'Notch', 'Bandpass', 'Smooth' and
24-
'Feature' subfolders.
23+
Creates 'Raw', 'Notch', 'Bandpass', 'Smooth' and 'Feature' subfolders at a
24+
given location. If no path is given, will create a 'Data' folder in the
25+
current working directory, with these subfolders inside.
2526
2627
Parameters
2728
----------

0 commit comments

Comments
 (0)