Closed rpswenson closed 2 months ago
It was an unintentional byproduct of a recent update that populate
, for no-transaction tables such as this, requires restriction by the primary key of the parent, otherwise all upstream keys are called. To determine which keys to use, you can look at Table.key_source
.
You can track progress on addressing this issue in #1102
Running this snippet:
gives an output saying that an nwb is being written for a completely different animal, though in
sgs.SpikeSortingRecordingSelection()
the key above restricts to the correct entry. Here is the output and error: