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
The current behavior of select is to get either a baseline or it's conjugate if it exists in the data. For example, if you ask for (67, 68) and (68, 67) is the conjugation that exists in the data, select will return (68, 67). It seems like we might want at least a flag to have select return the conjugation that was asked for.
The text was updated successfully, but these errors were encountered:
The current behavior of select is to get either a baseline or it's conjugate if it exists in the data. For example, if you ask for (67, 68) and (68, 67) is the conjugation that exists in the data, select will return (68, 67). It seems like we might want at least a flag to have select return the conjugation that was asked for.
The text was updated successfully, but these errors were encountered: