Skip to content

Commit

Permalink
Keep sparse=False in postprocessing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelgarcia committed Oct 5, 2023
1 parent 4293b22 commit 3371915
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ def setUp(self):
ms_before=3.0,
ms_after=4.0,
max_spikes_per_unit=500,
sparse=False,
n_jobs=1,
chunk_size=30000,
overwrite=True,
Expand Down Expand Up @@ -92,6 +93,7 @@ def setUp(self):
ms_before=3.0,
ms_after=4.0,
max_spikes_per_unit=500,
sparse=False,
n_jobs=1,
chunk_size=30000,
overwrite=True,
Expand All @@ -112,6 +114,7 @@ def setUp(self):
recording,
sorting,
mode="memory",
sparse=False,
ms_before=3.0,
ms_after=4.0,
max_spikes_per_unit=500,
Expand Down

0 comments on commit 3371915

Please sign in to comment.