Skip to content

Removed problematic file check

Raza, Zamaan requested to merge bad_file_check into develop

Resolves #247 (closed)

The file check in the DataSet constructor is causing a lot of issues because there is more than one file name stored in the metadata (particularly for raw data where this is the first raw image file in the batch, but the actual file name is that of a hdf5 file). If necessary, this test can be reimplemented at a more appropriate point in the code.

Merge request reports