[BUG] Typo in CPU generate_groundtruth calculation function
Open
Beginner friendly
Nobody has claimed this yet.
bug
- Dominant language
- Cuda
- Stars
- 854
- Forks
- 236
- Avg merge
- 3d 3h
- Merged PRs (30d)
- 62
Description
Typo in cpu-based for ground truth calculations. Should change all occurrences of squeclidean to sqeuclidean by swapping the e and the u so that it's spelled properly.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Open python/cuvs_bench/cuvs_bench/generate_groundtruth/main.py at the referenced line and search the file for every occurrence of squeclidean. Correct each spelling to sqeuclidean, then verify that no misspelled occurrences remain.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- machine-learning
- Issue type
- Bug
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Activity status
- Quiet
- Clarity
- Clearly specified
- Newbie friendliness
- 82/100