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
It uses len(self) to get what is meant to be the total number of observations of the entire mission, but actually len() of BaseMission returns the length of the filtered obs info dictionary.
It uses len(self) to get what is meant to be the total number of observations of the entire mission, but actually len() of BaseMission returns the length of the filtered obs info dictionary.