Closed joefutrelle closed 4 years ago
On this line, ClassScoresFile opens the HDF5 file in h5py's default mode, which is 'a'. It should explicitly open it in mode 'r', or else the file modification date will be updated in the OS.
ClassScoresFile
On this line,
ClassScoresFile
opens the HDF5 file in h5py's default mode, which is 'a'. It should explicitly open it in mode 'r', or else the file modification date will be updated in the OS.