Skip to content

Commit 9b563b2

Browse files
betatimOmarManzoor
andauthored
Update sklearn/utils/_array_api.py
Co-authored-by: Omar Salman <[email protected]>
1 parent 70c2f46 commit 9b563b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sklearn/utils/_array_api.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ def yield_namespace_device_dtype_combinations(include_numpy_namespaces=True):
9191
yield array_namespace, array_api_strict.Device("device1"), "float32"
9292
except ImportError:
9393
# Those combinations will typically be skipped by pytest if
94-
# array_api_strict is not installed but we still to see them in
94+
# array_api_strict is not installed but we still need to see them in
9595
# the test output.
9696
yield array_namespace, "CPU_DEVICE", "float64"
9797
yield array_namespace, "device1", "float32"

0 commit comments

Comments
 (0)