Closed jeremykubica closed 6 months ago
Replace asserts in C++ code with throw std::runtime_error to both providing more meaningful error messages and also allow them to be caught easily in Python.
Replace asserts in C++ code with throw std::runtime_error to both providing more meaningful error messages and also allow them to be caught easily in Python.