How to detect if a h5 file is truncated without opening it?

后端 未结 0 2001
忘掉有多难
忘掉有多难 2021-02-08 02:45

I am using a custom Python function to read h5 files and analyze the data that they contain:

def read_h5(filename):
    f = h5py.File(filename, \'r\')
    ### dat         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题