We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bda30a3 commit dc85370Copy full SHA for dc85370
element_array_ephys/ephys_report.py
@@ -160,9 +160,9 @@ class QualityMetricCutoffs(dj.Lookup):
160
definition = """
161
cutoffs_id : smallint
162
---
163
- amplitude_cutoff_maximum=null : float # Defualt null, no cutoff applied
164
- presence_ratio_minimum=null : float # Defualt null, no cutoff applied
165
- isi_violations_maximum=null : float # Defualt null, no cutoff applied
+ amplitude_cutoff_maximum=null : float # Defaults to null, no cutoff applied
+ presence_ratio_minimum=null : float # Defaults to null, no cutoff applied
+ isi_violations_maximum=null : float # Defaults to null, no cutoff applied
166
cutoffs_hash: uuid
167
unique index (cutoffs_hash)
168
"""
0 commit comments