We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b80a558 commit 4244965Copy full SHA for 4244965
array_api_tests/__init__.py
@@ -15,7 +15,7 @@
15
if "ARRAY_API_TESTS_MODULE" in os.environ:
16
env_var = os.environ["ARRAY_API_TESTS_MODULE"]
17
if env_var.startswith("exec(") and env_var.endswith(")"):
18
- script = env_var[5:][:-1]
+ script = env_var[6:][:-2]
19
namespace = {}
20
exec(script, namespace)
21
xp = namespace["xp"]
0 commit comments