Skip to content

Commit

Permalink
Merge pull request #2093 from yger/patch_gt_study
Browse files Browse the repository at this point in the history
Forgot extra params
  • Loading branch information
yger authored Oct 12, 2023
2 parents 3a56c7f + 5e9940d commit 5400abb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/spikeinterface/comparison/groundtruthstudy.py
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@ def extract_waveforms_gt(self, case_keys=None, **extract_kwargs):
# the waveforms depend on the dataset key
wf_folder = base_folder / self.key_to_str(dataset_key)
recording, gt_sorting = self.datasets[dataset_key]
we = extract_waveforms(recording, gt_sorting, folder=wf_folder)
we = extract_waveforms(recording, gt_sorting, folder=wf_folder, **extract_kwargs)

def get_waveform_extractor(self, key):
# some recording are not dumpable to json and the waveforms extactor need it!
Expand Down

0 comments on commit 5400abb

Please sign in to comment.