We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 535fe17 commit e7ce974Copy full SHA for e7ce974
1 file changed
src/spikeinterface/core/generate.py
@@ -1286,7 +1286,7 @@ def generate_recording_by_size(
1286
strategy : "tile_pregenerated" | "on_the_fly", default: "tile_pregenerated"
1287
The strategy of generating noise chunk:
1288
* "tile_pregenerated": pregenerate a noise chunk of noise_block_size sample and repeat it
1289
- very fast and cusume only one noise block.
+ very fast and consume only one noise block.
1290
* "on_the_fly": generate on the fly a new noise block by combining seed + noise block index
1291
no memory preallocation but a bit more computaion (random)
1292
Returns
0 commit comments