You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've been testing AdlerPlanetoid on the RSP and I have noticed that the observations returned by construct_from_SQL and construct_from_RSP are not in time order. Also the two methods return observations in different orders. Not sure what they are ordered by (if anything).
This is probably an RSP/DP0.3 issue, but logging here to avoid any gotchas later on.
The text was updated successfully, but these errors were encountered:
Curious and moderately concerning. Thanks for bringing this up.
For consistency at the very least, I should implement something that sorts the retrieved data table on time of observation, before the dataclass attributes are populated. Then we can at least be sure everything is in date order.
I've been testing
AdlerPlanetoid
on the RSP and I have noticed that the observations returned byconstruct_from_SQL
andconstruct_from_RSP
are not in time order. Also the two methods return observations in different orders. Not sure what they are ordered by (if anything).This is probably an RSP/DP0.3 issue, but logging here to avoid any gotchas later on.
The text was updated successfully, but these errors were encountered: