joefutrelle / pyifcb

IFCB data system, generation 2
MIT License
7 stars 6 forks source link

ClassScoresFiles opens HDF5 file in append mode #63

Closed joefutrelle closed 4 years ago

joefutrelle commented 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.