Skip to content

Commit 330f50c

Browse files
committed
tests: remove tile_pregenerated in analyzer extension tests
1 parent 1625762 commit 330f50c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/spikeinterface/postprocessing/tests/common_extension_tests.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ def get_dataset():
3030
alpha=(100.0, 500.0),
3131
)
3232
),
33-
noise_kwargs=dict(noise_levels=5.0, strategy="tile_pregenerated"),
33+
noise_kwargs=dict(noise_levels=5.0),
3434
seed=2205,
3535
)
3636
return recording, sorting

0 commit comments

Comments
 (0)