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.
1 parent 54dbd58 commit 437d73aCopy full SHA for 437d73a
array_api_compat/common/_helpers.py
@@ -1103,4 +1103,4 @@ def where(condition, x=None, y=None, /, copy: bool | None = True):
1103
"where",
1104
]
1105
1106
-_all_ignore = ['sys', 'math', 'inspect', 'warnings']
+_all_ignore = ['inspect', 'math', 'operator', 'warnings', 'sys']
0 commit comments