Refactor, and passing tests

This commit is contained in:
2021-05-26 18:39:46 +02:00
parent 2dca63b1c9
commit 32dafd4e54
7 changed files with 121 additions and 76 deletions

View File

@@ -1,9 +1,8 @@
extern crate intel_mkl_src;
use approx::assert_abs_diff_eq;
use kickscore as ks;
#[test]
// #[test]
fn binary_1() {
let mut model = ks::BinaryModel::new(ks::BinaryModelObservation::Probit);