We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
is_sparse_array
1 parent a4966e7 commit fb14cc8Copy full SHA for fb14cc8
array_api_compat/common/_helpers.py
@@ -174,7 +174,7 @@ def is_jax_array(x):
174
175
def is_sparse_array(x) -> bool:
176
"""
177
- Return True if `x` is a `sparse` array.
+ Return True if `x` is an array from the `sparse` package.
178
179
This function does not import `sparse` if it has not already been imported
180
and is therefore cheap to use.
0 commit comments