From ecdd48c4d3c08d1f51b14d3e92c5f64fe6b7d1da Mon Sep 17 00:00:00 2001 From: maxwellflitton Date: Fri, 16 Aug 2024 13:21:59 +0100 Subject: [PATCH] adding new tests for multiple outputs --- modules/core/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/core/Cargo.toml b/modules/core/Cargo.toml index 791eb19..bf110cd 100644 --- a/modules/core/Cargo.toml +++ b/modules/core/Cargo.toml @@ -11,7 +11,7 @@ license-file = "LICENSE" [features] axum-feature = ["axum"] actix-feature = ["actix-web"] -default = ["sklearn-tests"] +default = [] # below are the features for testing different engines sklearn-tests = [] onnx-tests = []