Merge branch 'development' of github.com:smartcorelib/smartcore into development
This commit is contained in:
+2
-2
@@ -606,7 +606,7 @@ mod tests {
|
||||
// }
|
||||
|
||||
// TODO: had to disable this test as it runs for too long
|
||||
// #[cfg_attr(target_arch = "wasm32", wasm_bindgen_test::wasm_bindgen_test)]
|
||||
// #[cfg_attr(all(target_arch = "wasm32", not(target_os = "wasi")), wasm_bindgen_test::wasm_bindgen_test)]
|
||||
// #[test]
|
||||
// fn svr_fit_predict() {
|
||||
// let x = DenseMatrix::from_2d_array(&[
|
||||
@@ -645,7 +645,7 @@ mod tests {
|
||||
// assert!(mean_squared_error(&y_hat, &y) < 2.5);
|
||||
// }
|
||||
|
||||
// #[cfg_attr(target_arch = "wasm32", wasm_bindgen_test::wasm_bindgen_test)]
|
||||
// #[cfg_attr(all(target_arch = "wasm32", not(target_os = "wasi")), wasm_bindgen_test::wasm_bindgen_test)]
|
||||
// #[test]
|
||||
// #[cfg(feature = "serde")]
|
||||
// fn svr_serde() {
|
||||
|
||||
Reference in New Issue
Block a user