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 6c3e757 commit ed43f02Copy full SHA for ed43f02
pytensor/link/numba/dispatch/basic.py
@@ -59,7 +59,6 @@ def global_numba_func(func):
59
60
61
def numba_njit(*args, **kwargs):
62
- kwargs = kwargs.copy()
63
kwargs.setdefault("cache", config.numba__cache)
64
65
if len(args) > 0 and callable(args[0]):
0 commit comments