Skip to content

Commit

Permalink
Testing: python 3.8 test sklearnex deselections (#1503) (#1514)
Browse files Browse the repository at this point in the history
* python3.8 2024.0 deselected tests update

* follow-up

* adding one more

(cherry picked from commit 7d976b3)

Co-authored-by: ethanglaser <[email protected]>
  • Loading branch information
mergify[bot] and ethanglaser authored Sep 28, 2023
1 parent 1273c17 commit 23c6be1
Showing 1 changed file with 71 additions and 0 deletions.
71 changes: 71 additions & 0 deletions deselected_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1107,6 +1107,77 @@ gpu:
- tests/test_common.py::test_estimators[SequentialFeatureSelector(estimator=LogisticRegression(C=1))-
# Sporadic failures on Max series with 2024.0 toolchain update that require deeper investigation
- tests/test_multiclass.py::test_ovo_consistent_binary_classification
# Python 3.8 failures on Max series with 2024.0 toolchain update
- neighbors/tests/test_neighbors.py::test_query_equidistant_kth_nn
- neighbors/tests/test_neighbors.py::test_radius_neighbors_sort_results
- neighbors/tests/test_neighbors.py::test_neighbors_digits
- neighbors/tests/test_neighbors.py::test_nearest_neighbors_validate_params
- neighbors/tests/test_neighbors.py::test_kneighbors_brute_backend
- neighbors/tests/test_neighbors.py::test_metric_params_interface
- neighbors/tests/test_neighbors.py::test_non_euclidean_kneighbors
- neighbors/tests/test_neighbors.py::test_k_and_radius_neighbors_X_None
- neighbors/tests/test_neighbors.py::test_k_and_radius_neighbors_duplicates
- neighbors/tests/test_neighbors.py::test_same_knn_parallel
- neighbors/tests/test_neighbors.py::test_knn_forcing_backend
- neighbors/tests/test_neighbors.py::test_auto_algorithm
- neighbors/tests/test_neighbors.py::test_radius_neighbors_brute_backend
- svm/tests/test_sparse.py::test_consistent_proba
- svm/tests/test_svm.py::test_consistent_proba
- svm/tests/test_svm.py::test_libsvm_parameters
- svm/tests/test_svm.py::test_negative_weight_equal_coeffs
- svm/tests/test_svm.py::test_unicode_kernel
- svm/tests/test_svm.py::test_gamma_scale
- svm/tests/test_svm.py::test_svc_raises_error_internal_representation
- svm/tests/test_svm.py::test_n_iter_libsvm[dataset0-SVC-ndarray]
- tests/test_common.py::test_estimators[DBSCAN()-check_estimators_dtypes]
- tests/test_common.py::test_estimators[DBSCAN()-check_fit_score_takes_y]
- tests/test_common.py::test_estimators[DBSCAN()-check_sample_weights_pandas_series]
- tests/test_common.py::test_estimators[DBSCAN()-check_sample_weights_not_an_array]
- tests/test_common.py::test_estimators[DBSCAN()-check_sample_weights_list]
- tests/test_common.py::test_estimators[DBSCAN()-check_sample_weights_shape]
- tests/test_common.py::test_estimators[DBSCAN()-check_sample_weights_not_overwritten]
- tests/test_common.py::test_estimators[DBSCAN()-check_sample_weights_invariance(kind=ones)]
- tests/test_common.py::test_estimators[DBSCAN()-check_sample_weights_invariance(kind=zeros)]
- tests/test_common.py::test_estimators[DBSCAN()-check_estimators_fit_returns_self]
- tests/test_common.py::test_estimators[DBSCAN()-check_complex_data]
- tests/test_common.py::test_estimators[DBSCAN()-check_dtype_object]
- tests/test_common.py::test_estimators[DBSCAN()-check_estimators_empty_data_messages]
- tests/test_common.py::test_estimators[DBSCAN()-check_pipeline_consistency]
- tests/test_common.py::test_estimators[DBSCAN()-check_estimators_nan_inf]
- tests/test_common.py::test_estimators[DBSCAN()-check_estimators_overwrite_params]
- tests/test_common.py::test_estimators[DBSCAN()-check_estimators_pickle]
- tests/test_common.py::test_estimators[DBSCAN()-check_estimators_fit_returns_self(readonly_memmap=True)]
- tests/test_common.py::test_estimators[DBSCAN()-check_clustering]
- tests/test_common.py::test_estimators[DBSCAN()-check_clustering(readonly_memmap=True)]
- tests/test_common.py::test_estimators[DBSCAN()-check_methods_sample_order_invariance]
- tests/test_common.py::test_estimators[DBSCAN()-check_methods_subset_invariance]
- tests/test_common.py::test_estimators[DBSCAN()-check_fit2d_1sample]
- tests/test_common.py::test_estimators[DBSCAN()-check_fit2d_1feature]
- tests/test_common.py::test_estimators[DBSCAN()-check_dict_unchanged]
- tests/test_common.py::test_estimators[DBSCAN()-check_dont_overwrite_parameters]
- tests/test_common.py::test_estimators[DBSCAN()-check_fit_idempotent]
- tests/test_common.py::test_estimators[DBSCAN()-check_fit_check_is_fitted]
- tests/test_common.py::test_estimators[DBSCAN()-check_n_features_in]
- tests/test_common.py::test_estimators[DBSCAN()-check_fit1d]
- tests/test_common.py::test_estimators[DBSCAN()-check_fit2d_predict1d]
- tests/test_common.py::test_estimators[LocalOutlierFactor()-check_estimators_dtypes]
- tests/test_common.py::test_estimators[LocalOutlierFactor()-check_fit_score_takes_y]
- tests/test_common.py::test_estimators[LocalOutlierFactor()-check_estimators_fit_returns_self]
- tests/test_common.py::test_estimators[LocalOutlierFactor()-check_estimators_fit_returns_self(readonly_memmap=True)]
- tests/test_common.py::test_estimators[LocalOutlierFactor()-check_dtype_object]
- tests/test_common.py::test_estimators[LocalOutlierFactor()-check_pipeline_consistency]
- tests/test_common.py::test_estimators[LocalOutlierFactor()-check_estimators_nan_inf]
- tests/test_common.py::test_estimators[LocalOutlierFactor()-check_estimators_overwrite_params]
- tests/test_common.py::test_estimators[LocalOutlierFactor()-check_estimators_pickle]
- tests/test_common.py::test_estimators[LocalOutlierFactor()-check_methods_sample_order_invariance]
- tests/test_common.py::test_estimators[LocalOutlierFactor()-check_methods_subset_invariance]
- tests/test_common.py::test_estimators[LocalOutlierFactor()-check_fit2d_1sample]
- tests/test_common.py::test_estimators[LocalOutlierFactor()-check_fit2d_1feature]
- tests/test_common.py::test_estimators[LocalOutlierFactor()-check_dict_unchanged]
- tests/test_common.py::test_estimators[LocalOutlierFactor()-check_dont_overwrite_parameters]
- tests/test_common.py::test_estimators[LocalOutlierFactor()-check_fit2d_predict1d]
- tests/test_common.py::test_check_n_features_in_after_fitting[DBSCAN()]
- tests/test_common.py::test_check_n_features_in_after_fitting[SVC()]

preview:
- cluster/tests/test_k_means.py::test_kmeans_elkan_results
Expand Down

0 comments on commit 23c6be1

Please sign in to comment.