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 e7ce974 commit c7b5aa6Copy full SHA for c7b5aa6
1 file changed
src/spikeinterface/core/generate.py
@@ -1288,7 +1288,7 @@ def generate_recording_by_size(
1288
* "tile_pregenerated": pregenerate a noise chunk of noise_block_size sample and repeat it
1289
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)
+ no memory preallocation but a bit more computation (random)
1292
Returns
1293
-------
1294
GeneratorRecording
0 commit comments