Commit a13c77b
Fix curvature save: match traces by (m, group) instead of index
The curvature step runs on a filtered subset of traces from
_select_traces, but save() was mapping results back to disk
by sequential index, misaligning curvature data with traces.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent 7ec1b22 commit a13c77b
1 file changed
+7
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2162 | 2162 | | |
2163 | 2163 | | |
2164 | 2164 | | |
2165 | | - | |
2166 | | - | |
2167 | | - | |
2168 | | - | |
| 2165 | + | |
| 2166 | + | |
| 2167 | + | |
| 2168 | + | |
| 2169 | + | |
| 2170 | + | |
| 2171 | + | |
2169 | 2172 | | |
2170 | 2173 | | |
2171 | 2174 | | |
| |||
0 commit comments