LLNL / SSAPy

A Python package allowing for fast and precise orbital modeling.
https://software.llnl.gov/SSAPy/
MIT License
36 stars 8 forks source link

Missing some files required by tests #7

Closed igoumiri closed 4 months ago

igoumiri commented 5 months ago

The data submodule is missing some files required by tests. I added them in https://github.com/LLNL/SSAPy-Data/pull/1 but I'm opening this issue for tracking (since the submodule will need to be bumped).

aperloff commented 5 months ago

@igoumiri Check out https://github.com/LLNL/SSAPy/pull/2. I want to use Git LFS to store these files in the SSAPy repo rather than having them external to this repo and in a submodule. Even if these files are in a submodule, they are too big to be uploaded to GitHub and would need to be split into pieces for storage on GitHub and recombined before being used on the users computer.