sarpy icon indicating copy to clipboard operation
sarpy copied to clipboard

Fix tests for windows

Open bombaci-vsc opened this issue 1 year ago • 0 comments

A couple tests failed on Windows.

  • numpy.dtype.char can return different values for different platforms
  • NITFReader has a reference to a NITFDetails which contains a reference to the file, which may have been opened in the __init__. This open file causes problems in the unit tests because they delete the file before the file object is deleted.

bombaci-vsc avatar Aug 27 '24 23:08 bombaci-vsc