jrbourbeau / pyunfold

Iterative unfolding for Python
https://jrbourbeau.github.io/pyunfold/
MIT License
26 stars 13 forks source link

Removes unnecessary array copying #99

Closed jrbourbeau closed 6 years ago

jrbourbeau commented 6 years ago

This PR removes a few unnecessary NumPy array copies from mix.py. I think these copies are left over artifacts from the original PyUnfold implementation.

zhampel commented 6 years ago

Yeah, now I see what you meant. I do believe this was a carry-over from the original PyUnfold. Thanks for cleaning this up @jrbourbeau

jrbourbeau commented 6 years ago

Thanks for looking over these edits! I'll wait for the CI to pass, add a changelog entry, and then merge into master.