diff --git a/CHANGELOG.md b/CHANGELOG.md index bc3a6933b..c48a82306 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -39,7 +39,7 @@ DecodingParameters().alter() - Allow rechecking of recomputes #1380, #1413 - Set default codecov threshold for test fail, disable patch check #1370, #1372 - Simplify PR template #1370 -- Add `SpyglassIngestion` class to centralize functionality #1377, #1423, #1465 +- Add `SpyglassIngestion` class to centralize functionality #1377, #1423, #1465, #1484 - Pin `ndx-optogenetics` to 0.2.0 #1458 - Cleanup bug when fetching raw files from DANDI #1469 - Refactor pytests for speed, run fast tests on push #1440 diff --git a/src/spyglass/common/common_interval.py b/src/spyglass/common/common_interval.py index b705110a7..7836fd399 100644 --- a/src/spyglass/common/common_interval.py +++ b/src/spyglass/common/common_interval.py @@ -31,6 +31,7 @@ class IntervalList(SpyglassIngestion, dj.Manual): """ # See #630, #664. Excessive key length. + _source_nwb_object_name = "epochs" @property def _source_nwb_object_type(self):