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.
The text was updated successfully, but these errors were encountered:
The docstring for the
Add
method infamily.h
mentions astd::runtime_exception
exception is thrown if invalid label values are passed in, but this is incorrect. Looking atfamily.cc
reveals the type thrown isstd::invalid_argument
.The text was updated successfully, but these errors were encountered: