-
Notifications
You must be signed in to change notification settings - Fork 48
Description
After entering 1, 8, 5, 21, 72, 28, 24, 72, is there another test item?
after that
Traceback (most recent call last):
File "C:\Users\LIJUN\Desktop\Lj\StarPerf_Simulator\StarPerf.py", line 45, in
main()
File "C:\Users\LIJUN\Desktop\Lj\StarPerf_Simulator\StarPerf.py", line 26, in main
samples.TLE_constellation.TLE_constellation_test_cases.TLE_constellation_test_cases()
File "C:\Users\LIJUN\Desktop\Lj\StarPerf_Simulator\samples\TLE_constellation\TLE_constellation_test_cases.py", line 16, in TLE_constellation_test_cases
CONSTELLATION_GENERATION_TEST.constellation_generation_test()
File "C:\Users\LIJUN\Desktop\Lj\StarPerf_Simulator\samples\TLE_constellation\constellation_generation\constellation_generation_test.py", line 16, in constellation_generation_test
constellation = constellation_configuration.constellation_configuration(dT, constellation_name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\LIJUN\Desktop\Lj\StarPerf_Simulator\src\constellation_generation\by_TLE\constellation_configuration.py", line 45, in constellation_configuration
with h5py.File(file_path, 'w') as file:
^^^^^^^^^^^^^^^^^^^^^^^^^
File "D:\python\Lib\site-packages\h5py_hl\files.py", line 564, in init
fid = make_fid(name, mode, userblock_size, fapl, fcpl, swmr=swmr)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "D:\python\Lib\site-packages\h5py_hl\files.py", line 244, in make_fid
fid = h5f.create(name, h5f.ACC_TRUNC, fapl=fapl, fcpl=fcpl)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "h5py\_objects.pyx", line 54, in h5py._objects.with_phil.wrapper
File "h5py\_objects.pyx", line 55, in h5py._objects.with_phil.wrapper
File "h5py\h5f.pyx", line 122, in h5py.h5f.create
FileNotFoundError: [Errno 2] Unable to synchronously create file (unable to open file: name = 'data/TLE_constellation/Starlink.h5', errno = 2, error message = 'No such file or directory', flags = 13, o_flags = 302)