scalanlp / breeze

Breeze is a numerical processing library for Scala.
www.scalanlp.org
Apache License 2.0
3.44k stars 691 forks source link

Add CI step to compile benchmark code #860

Closed bwignall closed 1 month ago

bwignall commented 1 month ago

First step suggested in https://github.com/scalanlp/breeze/pull/859 .

bwignall commented 1 month ago

Is breeze.math.SparseOptimizationSpaceTest_Double known to be a flaky test? It repeatedly passes locally, and this PR shouldn't touch it.

dlwh commented 1 month ago

yeah a bunch of the tests are flaky. I've spent a bunhc of time getting them under control, but scalacheck didn't allow for seeding the RNG last I checked.