Remove unused tests flags
This commit is contained in:
committed by
morenol
parent
459d558d48
commit
fa54d5ee86
@@ -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],
|
||||
|
||||
@@ -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],
|
||||
|
||||
Reference in New Issue
Block a user