Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ift
NIFTy
Commits
5abb59c6
Commit
5abb59c6
authored
Nov 18, 2019
by
Martin Reinecke
Browse files
add missing functions in sugar.py
parent
e1bad1d8
Pipeline
#63860
passed with stages
in 8 minutes and 13 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
nifty5/sugar.py
View file @
5abb59c6
...
...
@@ -391,7 +391,7 @@ _current_module = sys.modules[__name__]
for
f
in
[
"sqrt"
,
"exp"
,
"log"
,
"log10"
,
"tanh"
,
"sigmoid"
,
"conjugate"
,
'sin'
,
'cos'
,
'tan'
,
'sinh'
,
'cosh'
,
'absolute'
,
'one_over'
,
'sinc'
]:
'absolute'
,
'one_over'
,
'sinc'
,
'log1p'
,
'expm1'
]:
def
func
(
f
):
def
func2
(
x
):
from
.linearization
import
Linearization
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment