Skip to content

Commit 6b768e0

Browse files
authored
Merge pull request #4208 from chrishalcrow/bug-in-docs
Fix `apply_preprocessing_pipeline` name in docs
2 parents 932ef0c + 2db85d6 commit 6b768e0

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)