Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions src/spyglass/common/common_interval.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down
Loading