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
5c0f234d
Commit
5c0f234d
authored
Jul 14, 2017
by
Martin Reinecke
Browse files
remove problematic import
parent
60afec81
Pipeline
#14886
passed with stage
in 6 minutes and 33 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
nifty/field.py
View file @
5c0f234d
...
...
@@ -18,7 +18,7 @@
from
__future__
import
division
from
builtins
import
zip
from
builtins
import
str
#
from builtins import str
from
builtins
import
range
import
itertools
...
...
nifty/spaces/power_space/power_space.py
View file @
5c0f234d
...
...
@@ -16,7 +16,7 @@
# NIFTy is being developed at the Max-Planck-Institut fuer Astrophysik
# and financially supported by the Studienstiftung des deutschen Volkes.
from
builtins
import
str
#
from builtins import str
import
ast
import
numpy
as
np
...
...
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