Skip to content

Commit

Permalink
Merge branch 'main' into prepare-0.100.0rc0
Browse files Browse the repository at this point in the history
  • Loading branch information
alejoe91 authored Jun 7, 2024
2 parents 5e5e39d + 631e8a0 commit 3d28262
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 3d28262

Please sign in to comment.