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
x2sys_cross: Fix IndexError to allow empty dataframe outputs (#4060)
Fixes `IndexError: index 0 is out of bounds for axis 0 with size 0` when
x2sys_cross returns no crossovers. An empty dataframe should be returned instead.
Do so by not checking column names when the dataframe is empty due to
no available crossovers.
0 commit comments