Skip to content

Commit

Permalink
Update src/spikeinterface/core/base.py
Browse files Browse the repository at this point in the history
Co-authored-by: Zach McKenzie <[email protected]>
  • Loading branch information
h-mayorquin and zm711 authored May 17, 2024
1 parent 231e2fc commit 0c4ec95
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/spikeinterface/core/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -857,8 +857,8 @@ def save_to_folder(
"""
Save the extractor and its data to a folder.
This method extracts trace data, saves it to a file (using a memory-mapped format
with BinaryRecordingExtractor), and stores both the original extractor's provenance
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.
The folder final location and name can be specified in a couple of ways ways:
Expand Down

0 comments on commit 0c4ec95

Please sign in to comment.