cyang-kth / fmm

Fast map matching, an open source framework in C++
https://fmm-wiki.github.io/
Apache License 2.0
892 stars 215 forks source link

Use SWIG to forward C++ exceptions #127

Closed evido closed 3 years ago

evido commented 3 years ago

Avoid usage of exit() to avoid killing python kernels. Replace with std::runtime_errors. Solves cyang-kth/fmm#117.