Skip to content

Commit

Permalink
Merge branch 'prepare-0.100.0rc0' of github.com:alejoe91/spikeinterfa…
Browse files Browse the repository at this point in the history
…ce into prepare-0.100.0rc0
  • Loading branch information
alejoe91 committed Jun 7, 2024
2 parents 50c4324 + 3d28262 commit e95e8e4
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ def test_fetch_template_object_from_database():
templates = fetch_template_object_from_database("test_templates.zarr")
assert isinstance(templates, Templates)

assert templates.num_units == 100
assert templates.num_units == 89
assert templates.num_samples == 240
assert templates.num_channels == 384


Expand Down

0 comments on commit e95e8e4

Please sign in to comment.