NearPy
NearPy copied to clipboard
Proposing a PR to fix a few small typos
Issue Type
[x] Bug (Typo)
Steps to Replicate and Expected Behaviour
- Examine nearpy/hashes/permutation/hashpermutationmapper.py, nearpy/hashes/permutation/hashpermutations.py and observe
separatly, however expect to seeseparately. - Examine nearpy/filters/vectorfilter.py and observe
tupes, however expect to seetuples. - Examine nearpy/hashes/permutation/permutedIndex.py and observe
qurey, however expect to seequery. - Examine nearpy/filters/uniquefilter.py and observe
listst, however expect to seelists. - Examine nearpy/hashes/randombinaryprojectiontree.py and observe
leafes, however expect to seeleaves. - Examine README.md and observe
implementatiosn, however expect to seeimplementation. - Examine nearpy/hashes/permutation/hashpermutationmapper.py and observe
extact, however expect to seeexact. - Examine nearpy/hashes/permutation/permutedIndex.py and observe
cloest, however expect to seeclosest.
Notes
Semi-automated issue generated by https://github.com/timgates42/meticulous/blob/master/docs/NOTE.md
To avoid wasting CI processing resources a branch with the fix has been prepared but a pull request has not yet been created. A pull request fixing the issue can be prepared from the link below, feel free to create it or request @timgates42 create the PR. Alternatively if the fix is undesired please close the issue with a small comment about the reasoning.
https://github.com/timgates42/NearPy/pull/new/bugfix_typos
Thanks.
@timgates42 If you still have the time for it, could you please create the pull request? Thank you!
thx @pixelogik created https://github.com/pixelogik/NearPy/pull/95