Skip to content

Commit 35e8193

Browse files
author
Thinh Nguyen
authored
Apply suggestions from code review
1 parent 7f948f7 commit 35e8193

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

element_array_ephys/ephys_acute.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -665,7 +665,7 @@ def yield_unit_waveforms():
665665

666666

667667
@schema
668-
class QualityMetric(dj.Imported):
668+
class QualityMetrics(dj.Imported):
669669
definition = """
670670
# Clusters and waveforms metrics
671671
-> CuratedClustering

element_array_ephys/ephys_chronic.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -664,7 +664,7 @@ def yield_unit_waveforms():
664664

665665

666666
@schema
667-
class QualityMetric(dj.Imported):
667+
class QualityMetrics(dj.Imported):
668668
definition = """
669669
# Clusters and waveforms metrics
670670
-> CuratedClustering

0 commit comments

Comments
 (0)