Skip to content

Remove stale artifacts (hdbscan-benchmark, unused fixture)#137

Open
gvonness-apolitical wants to merge 1 commit intomainfrom
cleanup/phase-0-stale-artifacts
Open

Remove stale artifacts (hdbscan-benchmark, unused fixture)#137
gvonness-apolitical wants to merge 1 commit intomainfrom
cleanup/phase-0-stale-artifacts

Conversation

@gvonness-apolitical
Copy link
Contributor

Summary

  • Remove scripts/benchmarks/hdbscan-benchmark.ts — imports hdbscan-ts which is not a project dependency; @ts-ignore masks the MODULE_NOT_FOUND runtime error
  • Remove test/fixtures/labeled-pairs.json — unreferenced by any .ts file; experiment scripts read from corpus/labeled-pairs.json (gitignored, generated) instead
  • Verified scripts/ops/recluster-fast.ts is unaffected (uses Python subprocess, not hdbscan-ts)

Test plan

  • npm run build passes
  • npm test — all 2053 tests pass
  • npm run lint — zero errors, zero warnings

hdbscan-benchmark.ts imports hdbscan-ts which is not a project
dependency — the @ts-ignore masks a MODULE_NOT_FOUND runtime error.
labeled-pairs.json in test/fixtures/ is unreferenced; the experiment
scripts read from corpus/labeled-pairs.json instead.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant