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 docstring for the Add method in family.h mentions a std::runtime_exception exception is thrown if invalid label values are passed in, but this is incorrect. Looking at family.cc reveals the type thrown is std::invalid_argument.