spectralpython / spectral

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

Use np.frombuffer instead of np.fromstring #110

Closed kormang closed 4 years ago

kormang commented 4 years ago

Done using: find . -name '*.py' | xargs sed -i s/np\.fromstring/np\.frombuffer/g.

------------------------------------------------------------------------
All 778 tests PASSED!
------------------------------------------------------------------------
tboggs commented 4 years ago

Closes #101