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
ecell4-base has the exceptions which inherit ecell4::Exception, and it inherits std::exception.
However, they have a string member as std::runtime_error do.
So, we should reconsider the implementation of them and wrap them in pybind11.
The text was updated successfully, but these errors were encountered:
ecell4-base
has the exceptions which inheritecell4::Exception
, and it inheritsstd::exception
.However, they have a string member as
std::runtime_error
do.So, we should reconsider the implementation of them and wrap them in
pybind11
.The text was updated successfully, but these errors were encountered: