outbrain / fwumious_wabbit

Fwumious Wabbit, fast on-line machine learning toolkit written in Rust
Other
133 stars 19 forks source link

Daemon mode removed #132

Open ggaspersic opened 3 months ago

ggaspersic commented 3 months ago

Simplifying our life by removing the serving as we no longer use it.

SkBlaz commented 3 months ago

The test that fails seems a new fail, are you sure it's a benign root cause (CI)?

ggaspersic commented 3 months ago

@SkBlaz I tried replicating it on a dedicated machine, but I continuously get an ok result. I doubt that it is related to my changes especially since the test block_ffm::tests::test_ffm_k4 is in FFM.

Actually this is interesting unsafe precondition(s) violated: slice::get_unchecked requires that the index is within the slice

I wouldn't expect this 😕