Remove Wasm test

This commit is contained in:
Lorenzo (Mec-iS)
2022-09-14 16:19:24 +01:00
parent 28c81eb358
commit 0df91706f2
-1
View File
@@ -515,7 +515,6 @@ mod tests_prob {
assert_eq!(forest, deserialized_forest); assert_eq!(forest, deserialized_forest);
} }
#[cfg_attr(target_arch = "wasm32", wasm_bindgen_test::wasm_bindgen_test)]
#[test] #[test]
fn fit_predict_probabilities() { fn fit_predict_probabilities() {
let x = DenseMatrix::<f64>::from_2d_array(&[ let x = DenseMatrix::<f64>::from_2d_array(&[