CharPyLS icon indicating copy to clipboard operation
CharPyLS copied to clipboard

Unit test attempts to import wrong version of data_io.py

Open Who8MyLunch opened this issue 11 years ago • 0 comments

While investigating a problem in issue #1, I noticed that the unit test is expecting to import an older version of the data_io.py module. That older version supported reading/writing from a large variety of file types, including the ENVI data types referenced in the unit test. The new version was brought in since the older could not be made open-source. The unit test code and data files need to be updated to work properly on other people's computers.

Who8MyLunch avatar Jan 15 '14 03:01 Who8MyLunch