tmontaigu / pylas

⚠️ pylas was merged into laspy 2.0 https://github.com/laspy/laspy⚠️
BSD 3-Clause "New" or "Revised" License
39 stars 13 forks source link

Fix arg conversion for ufunc & array function #30

Closed tmontaigu closed 3 years ago

tmontaigu commented 3 years ago

We convert all ScaledArrayView or SubFieldView to numpy array so that the true numpy fn can be called on them.

The problem was that some args were list of SubFieldView/ScaledArrayView and were not converted. This commit fixes that

Small enhancement to the mmap test