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

Groundtrack doesn't capture list of orbits #37

Open rusu24edward opened 2 months ago

rusu24edward commented 2 months ago

test_groundTrack in test_orbit fails. Groundtrack is supposed to be able to support a list of Orbits, but _countR in compute.py doesn't seem to capture this case correctly.

Related to #18