Explorar o código

Rename the kwargs parameter in jitted functions

jonathanvdc %!s(int64=8) %!d(string=hai) anos
pai
achega
a236e5def8
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      kernel/modelverse_jit/jit.py

+ 1 - 1
kernel/modelverse_jit/jit.py

@@ -1,7 +1,7 @@
 import modelverse_kernel.primitives as primitive_functions
 import modelverse_jit.tree_ir as tree_ir
 
-KWARGS_PARAMETER_NAME = "remainder"
+KWARGS_PARAMETER_NAME = "kwargs"
 """The name of the kwargs parameter in jitted functions."""
 
 class JitCompilationFailedException(Exception):