-
Notifications
You must be signed in to change notification settings - Fork 48
Open
Description
Hello, when I ran python3 StarPerf.py, I encountered the following error:
Traceback (most recent call last):
File "/home/chenqing/StarPerf_Simulator-release-v2.0/StarPerf.py", line 74, in <module>
standalone_module_test_cases.standalone_module_test_cases()
File "/home/chenqing/StarPerf_Simulator-release-v2.0/samples/standalone_module/standalone_module_test_cases.py", line 37, in standalone_module_test_cases
satellite_redundancy.satellite_redundancy(1, "OneWeb", 1000,
File "/home/chenqing/StarPerf_Simulator-release-v2.0/src/standalone_module/satellite_redundancy.py", line 115, in satellite_redundancy
with h5py.File('data/h3_cells_id_res0-4.h5', 'r') as file:
File "/usr/local/lib/python3.10/dist-packages/h5py/_hl/files.py", line 564, in __init__
fid = make_fid(name, mode, userblock_size, fapl, fcpl, swmr=swmr)
File "/usr/local/lib/python3.10/dist-packages/h5py/_hl/files.py", line 238, in make_fid
fid = h5f.open(name, flags, fapl=fapl)
File "h5py/_objects.pyx", line 56, in h5py._objects.with_phil.wrapper
File "h5py/_objects.pyx", line 57, in h5py._objects.with_phil.wrapper
File "h5py/h5f.pyx", line 102, in h5py.h5f.open
OSError: Unable to synchronously open file (file signature not found)
The error suggests that the file h3_cells_id_res0-4.h5 is corrupted (not missing), as the signature cannot be read. Could you please verify the integrity of this file or provide a valid version?
Thanks for your help!
root-hbx
Metadata
Metadata
Assignees
Labels
No labels