Closed TomWagg closed 2 years ago
Are you using the latest dev version of gala? It sounds like the argument isn't being recognized, and I think I added it since v1.5, so make sure you have the dev version installed:
pip install git+https://github.com/adrn/gala
I should really release a new version v1.6...
Ack sorry - you're right! I hadn't realised the docs showed the latest stuff. I'm still using v1.5 so no small wonder it didn't work haha
Hey @adrn 🙂 I tried setting
store_all=False
inintegrate_orbit
as you mentioned last week but it seems that passing it causes a TypeError.From what I can see, it seems that the function is passing
store_all
as part of**time_specs
and thenparse_time_specification
is getting mad about it...but I can't honestly tell why it is getting passed haha 🤷🏻 This appears to occur independently of what I choose as the Integrator.Here's how you can reproduce it:
The error that comes out is: