Skip to content

Commit e7ce974

Browse files
JoeZiminskizm711
andauthored
typo fix
Co-authored-by: Zach McKenzie <92116279+zm711@users.noreply.github.com>
1 parent 535fe17 commit e7ce974

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/spikeinterface/core/generate.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1286,7 +1286,7 @@ def generate_recording_by_size(
12861286
strategy : "tile_pregenerated" | "on_the_fly", default: "tile_pregenerated"
12871287
The strategy of generating noise chunk:
12881288
* "tile_pregenerated": pregenerate a noise chunk of noise_block_size sample and repeat it
1289-
very fast and cusume only one noise block.
1289+
very fast and consume only one noise block.
12901290
* "on_the_fly": generate on the fly a new noise block by combining seed + noise block index
12911291
no memory preallocation but a bit more computaion (random)
12921292
Returns

0 commit comments

Comments
 (0)