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.
xps
1 parent c92dd09 commit b436fd8Copy full SHA for b436fd8
array_api_tests/__init__.py
@@ -1,6 +1,6 @@
1
from hypothesis.extra.array_api import make_strategies_namespace
2
3
-from . import _array_module as xp
+from ._array_module import mod as xp
4
5
6
xps = make_strategies_namespace(xp)
0 commit comments