Skip to content

Commit 01ff816

Browse files
committed
feat: 🚑 make all secondary attributes nullable in QualityMetrics
some sorters don't output values expected by the table
1 parent 528fcf9 commit 01ff816

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

element_array_ephys/ephys_no_curation.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1603,8 +1603,8 @@ class Waveform(dj.Part):
16031603
-> master
16041604
-> CuratedClustering.Unit
16051605
---
1606-
amplitude: float # (uV) absolute difference between waveform peak and trough
1607-
duration: float # (ms) time between waveform peak and trough
1606+
amplitude=null: float # (uV) absolute difference between waveform peak and trough
1607+
duration=null: float # (ms) time between waveform peak and trough
16081608
halfwidth=null: float # (ms) spike width at half max amplitude
16091609
pt_ratio=null: float # absolute amplitude of peak divided by absolute amplitude of trough relative to 0
16101610
repolarization_slope=null: float # the repolarization slope was defined by fitting a regression line to the first 30us from trough to peak

0 commit comments

Comments
 (0)