spectralpython / spectral

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

Simple change of warning message (spelling) #96

Closed jks7592 closed 4 years ago

jks7592 commented 4 years ago

I'm using spectral to open files with an envi header. I ran into the following error message:

UserWarning: Parameters with non-lowercase names encountered and converted to lowercase. To retain source file parameter name capitalization, set spectral.setttings.envi_support_nonlowercase_params to True. warnings.warn(msg)

You may notice that the warning message has three 't's in settings, and that spectral has no attribute called setttings. Anyway, I thought ya'll would appreciate the heads up.

tboggs commented 4 years ago

Oops. Thanks!