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
The de430.bsp kernel appeares to be required for some of the unit tests and is expected to be in data/generic. I suspect this is a large kernel and that's why it wasn't committed but we should either
mock out the need for this kernel (probably unlikely)
commit it despite its size (we could use LFS), or
dynamically fetch/cache it from NAIF when it's needed.
The text was updated successfully, but these errors were encountered:
I see that the Dockerfile is pulling this in from NAIF for Dockerized testing. Could we do a similar thing using a pytest fixture so it's not dependent on running in Docker?
The
de430.bsp
kernel appeares to be required for some of the unit tests and is expected to be indata/generic
. I suspect this is a large kernel and that's why it wasn't committed but we should eitherThe text was updated successfully, but these errors were encountered: