Closed juhi24 closed 1 year ago
Make sure that your grid boundaries cover all of your data and query points with some margin. See also https://github.com/ddemidov/mba/issues/21, https://github.com/ddemidov/mba/issues/12
Thank you. Adding margins resolves this issue for me.
Running using python bindings on Fedora 37, I get an assertion failure:
I'm no C++ expert, but I believe the assertion failure means an invalid vector element was accessed.
The same python script runs fine on Ubuntu 22.04.