Skip to content

Commit 2db85d6

Browse files
committed
apply_preprocessing_pipeline fix in docs
1 parent c52424f commit 2db85d6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

doc/how_to/build_pipeline_with_dicts.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ an example:
4242
4343
# Usually, you would read in your raw recording
4444
rec, _ = si.generate_ground_truth_recording(num_channels=4, durations=[60], seed=0)
45-
preprocessed_rec = si.apply_pipeline(rec, my_protocol['preprocessing'])
45+
preprocessed_rec = si.apply_preprocessing_pipeline(rec, my_protocol['preprocessing'])
4646
sorting = si.run_sorter(recording=preprocessed_rec, **my_protocol['sorting'])
4747
analyzer = si.create_sorting_analyzer(recording=preprocessed_rec, sorting=sorting)
4848
analyzer.compute(my_protocol['postprocessing'])

0 commit comments

Comments
 (0)