Skip to content
Snippets Groups Projects
Commit d76451a4 authored by Martin Bauer's avatar Martin Bauer
Browse files

Moved all relaxation rate computations to a single module

parent 237648ae
No related merge requests found
...@@ -445,5 +445,3 @@ def makePythonFunctionIncompleteParams(kernelFunctionNode, argumentDict): ...@@ -445,5 +445,3 @@ def makePythonFunctionIncompleteParams(kernelFunctionNode, argumentDict):
cacheValues.append(kwargs) # keep objects alive such that ids remain unique cacheValues.append(kwargs) # keep objects alive such that ids remain unique
func(*args) func(*args)
return wrapper return wrapper
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