HEXRD / hexrd

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

remove unused functions in unitcell #690

Closed saransh13 closed 1 month ago

saransh13 commented 1 month ago

remove unitcell.CalcAnomalous and unitcell.CalcXRayFormFactor. These functions have been replaced by numba function wppf.xtal._calcanomalousformfactor and wppf.xtal._calcxrayformfactor. Also removes the property unitcell.Z. Fixes: #683 Fixes: #685

pep8speaks commented 1 month ago

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

Line 72:51: W291 trailing whitespace Line 74:54: W291 trailing whitespace Line 76:57: W291 trailing whitespace Line 79:57: W291 trailing whitespace Line 82:65: W291 trailing whitespace Line 87:65: W291 trailing whitespace

Comment last updated at 2024-07-22 19:03:38 UTC