Remove unused tests flags

This commit is contained in:
Lorenzo (Mec-iS)
2022-11-08 13:53:50 +00:00
parent 2418b24ff4
commit 98b18c4dae
2 changed files with 2 additions and 4 deletions
+1 -2
View File
@@ -469,9 +469,8 @@ mod tests {
all(target_arch = "wasm32", not(target_os = "wasi")),
wasm_bindgen_test::wasm_bindgen_test
)]
#[cfg(feature = "datasets")]
#[test]
fn fit_predict_iris() {
fn fit_predict() {
let x = DenseMatrix::from_2d_array(&[
&[5.1, 3.5, 1.4, 0.2],
&[4.9, 3.0, 1.4, 0.2],
+1 -2
View File
@@ -634,8 +634,7 @@ mod tests {
wasm_bindgen_test::wasm_bindgen_test
)]
#[test]
#[cfg(feature = "datasets")]
fn fit_predict_iris() {
fn fit_predict() {
let x = DenseMatrix::from_2d_array(&[
&[5.1, 3.5, 1.4, 0.2],
&[4.9, 3.0, 1.4, 0.2],