Skip to content

Commit

Permalink
added expected error
Browse files Browse the repository at this point in the history
  • Loading branch information
aGuyLearning committed Feb 5, 2025
1 parent a603dbb commit ea8f7c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/preprocessing/test_imputation.py
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,7 @@ def test_miceforest_impute_numerical_data(impute_iris_adata):
"array_type,expected_error",
[
(np.array, None),
(da.array, None),
(da.array, NotImplementedError),
(sparse.csr_matrix, NotImplementedError),
],
)
Expand Down

0 comments on commit ea8f7c0

Please sign in to comment.