Skip to content

Commit

Permalink
Update tests against template library
Browse files Browse the repository at this point in the history
  • Loading branch information
alejoe91 committed Jun 7, 2024
1 parent c58b4e6 commit 854c7fa
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 854c7fa

Please sign in to comment.