Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
BUG: py3: testUtils: Fix opening of baselineFile
This commit fixes the following error reported when running the tests using python3: File "/home/jcfr/Projects/pyradiomics/tests/testUtils.py", line 184, in readBaselineFiles headers = six.next(csvReader) _csv.Error: iterator should return strings, not bytes (did you open the file in text mode?)
- Loading branch information