Refactor, and passing tests
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user