libsvm instances during the unit tests are influenced by other coexisting instances and cause test failures #12
Labels
bug
Something isn't working
good first issue
Good for newcomers
help wanted
Extra attention is needed
Context:
While trying to cover tests for WASM loaded SVM's
predict
, I've encountered an issue of incorrect prediction results between running a test by itself vs running tests in-band.Problematic test:
When you run this test on its own, it passes without an issue since the
loadedSVM
instance is isolated. However, if you run this test in parallel/sequentially along with other tests, the prediction starts to return different values.We should investigate why this is happening and devise a solution.
The text was updated successfully, but these errors were encountered: