Skip to content

Commit

Permalink
Forgot extra params
Browse files Browse the repository at this point in the history
  • Loading branch information
yger committed Oct 11, 2023
1 parent d9fd3d2 commit a92b837
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 a92b837

Please sign in to comment.