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
Extractors fail to add graphs when MockDevice is used as device. Specifically, the parameter max_atom_num is not defined for this device and therefore the is_embeddable() (BaseGraph) method fails.
Extractors fail to add graphs when
MockDeviceis used as device. Specifically, the parametermax_atom_numis not defined for this device and therefore theis_embeddable()(BaseGraph) method fails.