Skip to content
Snippets Groups Projects
Commit 988f368b authored by Martin Reinecke's avatar Martin Reinecke
Browse files

add clipped_exp to MultiField

parent c59137cb
No related branches found
No related tags found
No related merge requests found
......@@ -292,7 +292,7 @@ for op in ["__iadd__", "__isub__", "__imul__", "__idiv__",
setattr(MultiField, op, func(op))
for f in ["sqrt", "exp", "log", "tanh"]:
for f in ["sqrt", "exp", "log", "tanh", "clipped_exp"]:
def func(f):
def func2(self):
fu = getattr(Field, f)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment