Skip to content

Commit

Permalink
Update src/spikeinterface/generation/template_database.py
Browse files Browse the repository at this point in the history
  • Loading branch information
alejoe91 authored Apr 30, 2024
1 parent ffdc032 commit 0af5db1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/spikeinterface/generation/template_database.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
def fetch_templates_from_database(dataset="test_templates") -> Templates:

s3_path = f"s3://spikeinterface-template-database/{dataset}/"
zarr_group = zarr.open_consolidated(s3_path, storage_options={"anon": False})
zarr_group = zarr.open_consolidated(s3_path, storage_options={"anon": True})

templates_object = Templates.from_zarr_group(zarr_group)

Expand Down

0 comments on commit 0af5db1

Please sign in to comment.