manodeep / Corrfunc

⚡️⚡️⚡️Blazing fast correlation functions on the CPU.
https://corrfunc.readthedocs.io
MIT License
164 stars 50 forks source link

Added weights #99

Closed lgarrison closed 7 years ago

lgarrison commented 7 years ago

Particles can now be given weights, allowing for weighted pair counts. The last step is to update the RTD documentation.

Resolves #83.

manodeep commented 7 years ago

Thanks!

manodeep commented 7 years ago

Should have enabled Travis for PR's - the build broke. However, the fix is fairly simple - the unpack from np.genfromtxt needs to have ra, dec, cz, weights now.

lgarrison commented 7 years ago

Thanks for fixing this! I have pandas installed, so np.genfromtxt was never triggered.