Skip to content

Commit c8afd1e

Browse files
committed
tests: del tile_pregenerated in test_multi_extensions
1 parent 330f50c commit c8afd1e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/spikeinterface/postprocessing/tests/test_multi_extensions.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ def get_dataset_to_merge():
7070
num_channels=10,
7171
num_units=10,
7272
generate_sorting_kwargs=dict(firing_rates=10.0, refractory_period_ms=4.0),
73-
noise_kwargs=dict(noise_levels=5.0, strategy="tile_pregenerated"),
73+
noise_kwargs=dict(noise_levels=5.0),
7474
generate_unit_locations_kwargs=dict(margin_um=10.0, minimum_z=2.0, maximum_z=15.0, minimum_distance=20),
7575
seed=2205,
7676
)
@@ -102,7 +102,7 @@ def get_dataset_to_split():
102102
num_channels=10,
103103
num_units=10,
104104
generate_sorting_kwargs=dict(firing_rates=10.0, refractory_period_ms=4.0),
105-
noise_kwargs=dict(noise_levels=5.0, strategy="tile_pregenerated"),
105+
noise_kwargs=dict(noise_levels=5.0),
106106
seed=2205,
107107
)
108108

0 commit comments

Comments
 (0)