Skip to content
Snippets Groups Projects
Commit 3c0a92e1 authored by Stephan Seitz's avatar Stephan Seitz
Browse files

Add TODO

parent bc20f4b7
No related branches found
No related tags found
No related merge requests found
......@@ -26,7 +26,7 @@ def crazy(function) -> pystencils_reco.AssignmentCollection:
# @disk_cache_no_fallback
@functools.wraps(function)
def wrapper(*args, **kwargs):
import pycuda.gpuarray
import pycuda.gpuarray # TODO(seitz): remove dependency
inspection = inspect.getfullargspec(function)
arg_names = inspection.args
annotations = inspection.annotations
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment