You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
It seems that SSAPy is opening file ssapy/data/de430.bsp multiple times and not closing it.
To Reproduce too be filled in
Expected behavior
We expect that you can run any number of operations without SSAPy crashing due to having too many files open.
Output
File "<path to ssapy>/ssapy/body.py", line 294, in get_body
File "<path to ssapy>/ssapy/body.py", line 171, in __init__
File "<path to site-packages>/site-packages/jplephem/spk.py", line 47, in open
OSError: [Errno 24] Too many open files: '<path to ssapy>/ssapy/data/de430.bsp'
Desktop (please complete the following information):
OS: Linux
Version RHEL
The text was updated successfully, but these errors were encountered:
Describe the bug
It seems that SSAPy is opening file
ssapy/data/de430.bsp
multiple times and not closing it.To Reproduce
too be filled in
Expected behavior
We expect that you can run any number of operations without SSAPy crashing due to having too many files open.
Output
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: