From eb00e8bdba72087d540d0c1fd8ff01d5eb0a1e97 Mon Sep 17 00:00:00 2001 From: Pierre Yger Date: Mon, 20 Nov 2023 12:16:36 +0100 Subject: [PATCH] Update src/spikeinterface/comparison/groundtruthstudy.py Co-authored-by: Garcia Samuel --- src/spikeinterface/comparison/groundtruthstudy.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/spikeinterface/comparison/groundtruthstudy.py b/src/spikeinterface/comparison/groundtruthstudy.py index adc2898071..23d13c0afe 100644 --- a/src/spikeinterface/comparison/groundtruthstudy.py +++ b/src/spikeinterface/comparison/groundtruthstudy.py @@ -21,7 +21,7 @@ # This is to separate names when the key are tuples when saving folders -_key_separator = "--" +_key_separator = "_##_" class GroundTruthStudy: