sparsemat / sprs

sparse linear algebra library for rust
Apache License 2.0
381 stars 45 forks source link

add unit tests for DStack #311

Closed aadeg closed 2 years ago

aadeg commented 2 years ago

I've added some unit tests for the DStack (stack.rs). The coverage is improved from 65% to 100%. I used tarpaulin to evaluate the coverage.

mulimoen commented 2 years ago

Looks good. Thanks @aadeg