alpha
Login
or
Join now
cee.wtf
/
roads
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
This repository has no description
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
Pulls
Pipelines
roads
/
server
/
at
main
2 files
Hollings
roadsketch: cleanup pass — dedupe query variants, drop dead code, fix status text
1d ago
37a3ab94
app.py
roadsketch: cleanup pass — dedupe query variants, drop dead code, fix status text - descriptors: extract query_variants() as the single source of truth for the fwd/rev/mirror curve set; query_descriptors() now delegates to it - matching: reuse query_variants() for both the ANN and DTW passes, deleting the duplicated _variant_xy() helper and its function-level import; tidy import ordering. Spiral query verified bit-identical to the pre-cleanup top-15 (behavior preserved) - main.js: remove write-only activeIdx; set the '<n> matches' status AFTER showResults() (clearResults inside it was blanking the count immediately) Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
1 day ago
matching.py
roadsketch: cleanup pass — dedupe query variants, drop dead code, fix status text - descriptors: extract query_variants() as the single source of truth for the fwd/rev/mirror curve set; query_descriptors() now delegates to it - matching: reuse query_variants() for both the ANN and DTW passes, deleting the duplicated _variant_xy() helper and its function-level import; tidy import ordering. Spiral query verified bit-identical to the pre-cleanup top-15 (behavior preserved) - main.js: remove write-only activeIdx; set the '<n> matches' status AFTER showResults() (clearResults inside it was blanking the count immediately) Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
1 day ago