nyx icon indicating copy to clipboard operation
nyx copied to clipboard

OrbitEstimateSerde to support pickle

Open ChristopherRabotin opened this issue 2 years ago • 0 comments

This is a spin off from https://github.com/nyx-space/nyx/issues/212.

Same description for everything. The purpose of this issue is to allow OrbitEstimateSerde to be pickled. This is not possible because, at the moment, only the from_config of OrbitEstimateSerde is implemented. That's because the opposite operation (to_config) is made quite a bit more complicated due to the Frame management. https://github.com/nyx-space/nyx/issues/86 will immensely simplify this, so wait until it's implement to implement this one.

ChristopherRabotin avatar Aug 18 '23 00:08 ChristopherRabotin