We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70c2f46 commit 9b563b2Copy full SHA for 9b563b2
sklearn/utils/_array_api.py
@@ -91,7 +91,7 @@ def yield_namespace_device_dtype_combinations(include_numpy_namespaces=True):
91
yield array_namespace, array_api_strict.Device("device1"), "float32"
92
except ImportError:
93
# Those combinations will typically be skipped by pytest if
94
- # array_api_strict is not installed but we still to see them in
+ # array_api_strict is not installed but we still need to see them in
95
# the test output.
96
yield array_namespace, "CPU_DEVICE", "float64"
97
yield array_namespace, "device1", "float32"
0 commit comments