HEXRD / hexrd

A cross-platform, open-source library for the analysis of X-ray diffraction data.
Other
55 stars 26 forks source link

numba accelerated findDuplicateVectors #596

Closed saransh13 closed 7 months ago

saransh13 commented 7 months ago

Fixes issue #595. The function is ~5-10x faster (after the first compile overhead).

pep8speaks commented 7 months ago

Hello @saransh13! Thanks for updating this PR. We checked the lines you've touched for PEP 8 issues, and found:

Line 686:1: E302 expected 2 blank lines, found 1 Line 753:16: E713 test for membership should be 'not in' Line 755:25: E221 multiple spaces before operator

Comment last updated at 2024-01-09 01:36:41 UTC