Open
Description
Describe the issue:
When two observations of the same type and link end and epoch are stored in a single observation set, the handling of the data becomes inconsistent, with data at duplicate times overwritten in some cases, but not in others
How to reproduce the issue:
Uncomment:
https://github.com/tudat-team/tudatpy/blob/develop/tests/test_data_weights.py#L82
OS and Python version:
All OS and Python version on Azure
Expected behavior:
Multiple observations at same epoch, type and link ends should be permitted
Current behavior:
Multiple observations at same epoch, type and link ends overwritten in some attributes
Additional context:
No response