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

Add TODO

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