Thomj-Dev / SEMBAS

GNU General Public License v3.0
0 stars 0 forks source link

MeshExplorer gets stuck when encountering a sampling error #2

Closed ThomJ130 closed 3 months ago

ThomJ130 commented 3 months ago

If the classifier returns OutOfBounds, the explorer still tries to sample it on the next step(), resulting in another out of bounds or BLE, which leads to an infinite loop.

ThomJ130 commented 3 months ago

Added fix to hotfix-v0.2.1-... Next: add unit tests to capture this behavior