Skip to content
GitLab
Menu
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
fa876380
Commit
fa876380
authored
Jan 09, 2019
by
Philipp Arras
Browse files
Cosmetics
parent
b6fca365
Changes
1
Hide whitespace changes
Inline
Side-by-side
nifty5/data_objects/numpy_do.py
View file @
fa876380
...
...
@@ -18,11 +18,10 @@
# Data object module for NIFTy that uses simple numpy ndarrays.
import
numpy
as
np
from
numpy
import
empty
,
empty_like
,
exp
,
full
,
log
from
numpy
import
absolute
,
clip
,
cos
,
cosh
,
empty
,
empty_like
,
exp
,
full
,
log
from
numpy
import
ndarray
as
data_object
from
numpy
import
ones
,
sqrt
,
tanh
,
vdot
,
zeros
from
numpy
import
sin
,
cos
,
tan
,
sinh
,
cosh
,
sinc
from
numpy
import
absolute
,
sign
,
clip
from
numpy
import
ones
,
sign
,
sin
,
sinc
,
sinh
,
sqrt
,
tan
,
tanh
,
vdot
,
zeros
from
.random
import
Random
__all__
=
[
"ntask"
,
"rank"
,
"master"
,
"local_shape"
,
"data_object"
,
"full"
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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