From 0c4ec956f13f20c896be2f2de1de7d7e40bfe83e Mon Sep 17 00:00:00 2001 From: Heberto Mayorquin Date: Fri, 17 May 2024 12:00:47 -0600 Subject: [PATCH] Update src/spikeinterface/core/base.py Co-authored-by: Zach McKenzie <92116279+zm711@users.noreply.github.com> --- src/spikeinterface/core/base.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/spikeinterface/core/base.py b/src/spikeinterface/core/base.py index 2f9cd90678..3cf4f38275 100644 --- a/src/spikeinterface/core/base.py +++ b/src/spikeinterface/core/base.py @@ -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: