Skip to content

Commit cccc9a3

Browse files
committed
only insert intervals from the epochs table
1 parent 32b6950 commit cccc9a3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/spyglass/common/common_interval.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ class IntervalList(SpyglassIngestion, dj.Manual):
3131
"""
3232

3333
# See #630, #664. Excessive key length.
34+
_source_nwb_object_name = "epochs"
3435

3536
@property
3637
def _source_nwb_object_type(self):

0 commit comments

Comments
 (0)