We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb896c5 commit 878aa6eCopy full SHA for 878aa6e
1 file changed
apps/backend/app/deps/astronomy.py
@@ -12,7 +12,7 @@
12
if EPHEMERIS_FILE.exists():
13
eph = load(str(EPHEMERIS_FILE))
14
else:
15
- eph = load("de421.bsp")
+ eph = load("data/de421.bsp")
16
eph.save(str(EPHEMERIS_FILE)) # type: ignore
17
18
earth = eph["earth"]
0 commit comments