Closed jkbhagatio closed 1 week ago
- Revisit Block Detection: some block timings still don't make sense
Done in #438
- Store another Final Patch Preference metric - as computed from halfway through the block (by wheel distance spun) until the end of the block, for each patch
Don't need this anymore as we can compute this easily from the running preference metric
- Add block_end column to BlockAnalysis.Patch and BlockSubjectAnalysis.Patch
Don't need as we can compute this easily from joining back to Block
from the given key
block_end
column toBlockAnalysis.Patch
andBlockSubjectAnalysis.Patch