When running the alt-MTLs for mocks, we occasionally trip on reading a file. This appears to be fixed by adopting the ascii.ecsv reader instead of ascii.basic. So, it would be useful to propagate a kwarg throughout desitarget.io that allows this option when reading MTLs.
When running the alt-MTLs for mocks, we occasionally trip on reading a file. This appears to be fixed by adopting the
ascii.ecsv
reader instead ofascii.basic
. So, it would be useful to propagate a kwarg throughout desitarget.io that allows this option when reading MTLs.