spectralpython / spectral

Python module for hyperspectral image processing
MIT License
571 stars 139 forks source link

orthogonalize function is broken #113

Closed tboggs closed 4 years ago

tboggs commented 4 years ago

Release 0.21 broke the orthogonalize function during cleanup of import statements. Several numpy calls need to be fixed:

There should also be a unit test added for the orthogonalize function.

tboggs commented 4 years ago

Fixed by commit bff079a