Skip to content

Commit 02f5387

Browse files
author
Thinh Nguyen
committed
add package_version
1 parent 236301a commit 02f5387

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

element_array_ephys/ephys.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -372,9 +372,9 @@ def insert_new_params(cls, processing_method: str, paramset_idx: int,
372372
class ClusterQualityLabel(dj.Lookup):
373373
definition = """
374374
# Quality
375-
cluster_quality_label : varchar(100)
375+
cluster_quality_label: varchar(100)
376376
---
377-
cluster_quality_description : varchar(4000)
377+
cluster_quality_description: varchar(4000)
378378
"""
379379
contents = [
380380
('good', 'single unit'),
@@ -407,6 +407,7 @@ class Clustering(dj.Imported):
407407
-> ClusteringTask
408408
---
409409
clustering_time: datetime # time of generation of this set of clustering results
410+
package_version='': varchar(16)
410411
"""
411412

412413
def make(self, key):

0 commit comments

Comments
 (0)