orbitize icon indicating copy to clipboard operation
orbitize copied to clipboard

fix for 0d orbit masking for xyz basis

Open sblunt opened this issue 6 months ago • 0 comments

This line in system.py was causing a failure when we pass in a single orbit. Caught by the changing basis tutorial! I applied a very simple fix of checking if ecc is a float, then if so making it an array for the logical comparison

sblunt avatar Aug 19 '24 19:08 sblunt