You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Found a merge id in PositionOutput that has entries in both the CommonPos and TrodesV1 part tables. This prevents accessing the data for the merge id in downstream tables since Merge.merge_get_parents() finds multiple sources.
Relevant notes
The primary keys for the two part tables are identical
Yeah, that makes sense. Do you have a smart idea on how to delete just one of the redundant part entries? Would like to minimize cascading deletes from correcting it
Describe the bug
Found a merge id in
PositionOutput
that has entries in both theCommonPos
andTrodesV1
part tables. This prevents accessing the data for the merge id in downstream tables sinceMerge.merge_get_parents()
finds multiple sources.Relevant notes
To Reproduce
This fails:
This returns multiple populated parts:
The text was updated successfully, but these errors were encountered: