Skip to content

Commit

Permalink
Store metric_curation_id in CurationV1
Browse files Browse the repository at this point in the history
  • Loading branch information
khl02007 committed Dec 11, 2023
1 parent 04ac8d6 commit b19dcee
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/spyglass/spikesorting/v1/curation.py
Original file line number Diff line number Diff line change
Expand Up @@ -150,10 +150,7 @@ def insert_metric_curation(cls, key: Dict, apply_merge=False):
labels=MetricCuration.get_labels(key) or None,
merge_groups=MetricCuration.get_merge_groups(key) or None,
apply_merge=apply_merge,
description=(
"metric curation of sorting id "
+ f"{sorting_id}, curation id {parent_curation_id}"
),
description=(f"metric_curation_id: {key['metric_curation_id']}"),
)

return curation_key
Expand Down

0 comments on commit b19dcee

Please sign in to comment.