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 ef44940 commit 7647f3fCopy full SHA for 7647f3f
src/_gettsim/vectorization.py
@@ -28,7 +28,7 @@ def make_vectorizable(func: callable, backend: str):
28
module = _module_from_backend(backend)
29
tree = _make_vectorizable_ast(func, module=module)
30
31
- # recreate scope of function and add policy_info decorator and array library
+ # recreate scope of function, add policy_info decorator and array library
32
scope = func.__globals__
33
from _gettsim.shared import policy_info
34
0 commit comments