Skip to content

Commit

Permalink
Merge pull request #3000 from alejoe91/fix-template-library
Browse files Browse the repository at this point in the history
Update tests against template library
  • Loading branch information
alejoe91 authored Jun 7, 2024
2 parents c58b4e6 + 854c7fa commit 631e8a0
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 631e8a0

Please sign in to comment.