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 pick_info dicts are becoming a bit of a mess now and inconsistent. They should be consistent with certain keys that are available across all FeatureEvents. FeatureEvents should itself probably be a dataclass with fields that correspond to the minimum info that should be present across all FeatureEvents. The rest can be in a dict probably.