outbrain / fwumious_wabbit

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

block ffm tests failing #134

Open SkBlaz opened 3 months ago

SkBlaz commented 3 months ago

Newer version of rustc unveiled out-of-bounds issues with unsafe indexing. This is picked up by a few tests, preventing normal builds. These tests/underlying logic have to be rewritten to accommodate this new check.