Skip to content

Commit

Permalink
WIP: fix failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
CBroz1 committed Jan 9, 2025
1 parent b6fd3bd commit 9b31f90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/spyglass/spikesorting/v1/metric_curation.py
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@ def make(self, key):
AnalysisNwbfile().log(key, table=self.full_table_name)
self.insert1(key)

def get_waveforms(key: dict):
def get_waveforms(self, key: dict):
"""Returns waveforms identified by metric curation."""
key_hash = dj.hash.key_hash(key)
if cached := self._waves_cache.get(key_hash):
Expand Down

0 comments on commit 9b31f90

Please sign in to comment.