Commit c0c86ca
Allow recompute via
* WIP: remove AnalysisNwbfileLog
* WIP: recompute
* WIP: recompute 2
* WIP: recompute 3
* WIP: recompute 4
* WIP: recompute 5, electrodes object
* WIP: recompute 6, add file hash
* WIP: recompute 7
* ✅ : recompute
* Handle groups and links
* Remove debug
* Add directory hasher
* Update directory hasher
* WIP: update hasher
* WIP: error specificity
* Add tables for recompute processing
* WIP: incorporate feedback
* WIP: enforce environment restriction
* WIP: typo
* WIP: add tests
* WIP: start add V0 hasher
* See details
v0.recompute: add make to recompute table
v0.recording:
- disable sort group deletes during tests
- expand _make_file to take dest dir as arg
- expand hasher method to optionally return hasher
vX.recompute:
- insert but don't recompute if logged at creation
- add funcs for deleting successful recompute files
v1.recording: don't log deps at Recording stage, only recompute
nwb_hash: don't remove version, just ignore source_script
tests:
- migrate spikesorting.v1 tests to subfolder
- add spikesorting.v0 tests for recording only
v0 tests won't be captured in coverage for now
* WIP: test fixes
* WIP: test fixes
* WIP: add safe round trip v0
* WIP: add doc
* ✅ : Update docs
* Skip failing decoding tests
* nwb deps -> blob, future proof
* Remove extra fields
* WIP: store full env
* Update comparators
* Bypass spikeinterface version restriction
* Minor fixes
* Typo
* Fix tests
* Allow export env yml
* Add note about conda required
* Update limit docstring re random select
* Update src/spyglass/common/common_lab.py
Co-authored-by: Copilot <[email protected]>
* Review comments
* Defer recompute to after kachery/dandi fetch
* Only fetch env once
* Review suggestions @edeno
* Increase UserEnv varchar
* Warn on null restriction for 'attempt_all'
* Handle 'no conda' case. Protect from partial v0 delete case.
* More comment responses
* v0.Recording also pops v0.Versions - fix pytest
* PR review @samuelbray32
---------
Co-authored-by: Copilot <[email protected]>_make_file func (#1093)1 parent fd2d06f commit c0c86ca
File tree
71 files changed
+3127
-425
lines changed- docs
- src
- Features
- api
- src/spyglass
- behavior/v1
- common
- decoding
- v0
- v1
- lfp
- analysis/v1
- v1
- linearization
- v0
- v1
- position/v1
- spikesorting
- analysis/v1
- v0
- figurl_views
- v1
- utils
- tests
- decoding
- spikesorting
- v0
- v1
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
71 files changed
+3127
-425
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
77 | 77 | | |
78 | 78 | | |
79 | 79 | | |
80 | | - | |
| 80 | + | |
81 | 81 | | |
82 | 82 | | |
83 | | - | |
| 83 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
5 | 11 | | |
6 | 12 | | |
7 | | - | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
8 | 29 | | |
9 | 30 | | |
10 | 31 | | |
| |||
41 | 62 | | |
42 | 63 | | |
43 | 64 | | |
| 65 | + | |
44 | 66 | | |
45 | 67 | | |
46 | 68 | | |
| |||
87 | 109 | | |
88 | 110 | | |
89 | 111 | | |
90 | | - | |
91 | | - | |
| 112 | + | |
92 | 113 | | |
93 | 114 | | |
94 | 115 | | |
| |||
98 | 119 | | |
99 | 120 | | |
100 | 121 | | |
| 122 | + | |
101 | 123 | | |
102 | 124 | | |
103 | 125 | | |
| |||
109 | 131 | | |
110 | 132 | | |
111 | 133 | | |
| 134 | + | |
112 | 135 | | |
113 | 136 | | |
114 | 137 | | |
| |||
168 | 191 | | |
169 | 192 | | |
170 | 193 | | |
| 194 | + | |
171 | 195 | | |
172 | 196 | | |
173 | 197 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
75 | 75 | | |
76 | 76 | | |
77 | 77 | | |
| 78 | + | |
78 | 79 | | |
79 | 80 | | |
80 | 81 | | |
| |||
93 | 94 | | |
94 | 95 | | |
95 | 96 | | |
| 97 | + | |
96 | 98 | | |
97 | 99 | | |
98 | 100 | | |
| |||
125 | 127 | | |
126 | 128 | | |
127 | 129 | | |
128 | | - | |
129 | 130 | | |
130 | 131 | | |
131 | 132 | | |
| |||
139 | 140 | | |
140 | 141 | | |
141 | 142 | | |
| 143 | + | |
| 144 | + | |
142 | 145 | | |
143 | 146 | | |
144 | 147 | | |
| |||
0 commit comments