Skip to content

Commit

Permalink
mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
h-mayorquin committed Aug 8, 2024
1 parent 795fc10 commit 4457e08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pynwb/ndx_binned_spikes/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ def __init__(self, **kwargs):
for key in kwargs:
setattr(self, key, kwargs[key])

@register_class(neurodata_type="BinnedAlignedSpikes", namespace="ndx-binned-spikes") # noqa
@register_class(neurodata_type="AggregatedBinnedAlignedSpikes", namespace="ndx-binned-spikes") # noqa
class AggregatedBinnedAlignedSpikes(NWBDataInterface):
__nwbfields__ = (
"name",
Expand Down

0 comments on commit 4457e08

Please sign in to comment.