Release 0.3 (#235)

This commit is contained in:
Lorenzo
2022-11-08 15:22:34 +00:00
committed by GitHub
parent aab3817c58
commit 161d249917
30 changed files with 133 additions and 103 deletions
-2
View File
@@ -596,7 +596,6 @@ mod tests {
use super::*;
use crate::linalg::basic::matrix::DenseMatrix;
use crate::metrics::mean_squared_error;
#[cfg(feature = "serde")]
use crate::svm::Kernels;
// #[test]
@@ -617,7 +616,6 @@ mod tests {
// assert!(iter.next().is_none());
// }
//TODO: had to disable this test as it runs for too long
#[cfg_attr(
all(target_arch = "wasm32", not(target_os = "wasi")),
wasm_bindgen_test::wasm_bindgen_test