Skip to content

Commit

Permalink
alessio suggestions
Browse files Browse the repository at this point in the history
  • Loading branch information
h-mayorquin committed May 21, 2024
1 parent a4b0730 commit 5b04f91
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/spikeinterface/core/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -857,9 +857,9 @@ def save_to_folder(
"""
Save the extractor and its data to a folder.
This method extracts trace data, saves it to a file (using the memory-mapped
BinaryRecordingExtractor format), and stores both the original extractor's provenance
and the cached extractor's metadata in JSON format.
This method extracts trace data, saves it to a file (using a memory-mapped approach),
and stores both the original extractor's provenance
and the extractor's metadata in JSON format.
The folder's final location and name can be specified in a couple of ways ways:
Expand Down Expand Up @@ -897,7 +897,7 @@ def save_to_folder(
Returns
-------
cached_extractor
A saved copy of the extractor in the specified format (e.g., BinaryRecordingExtractor).
A saved copy of the extractor in the specified format.
Raises
------
Expand Down

0 comments on commit 5b04f91

Please sign in to comment.