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
2154c904
Commit
2154c904
authored
Oct 09, 2017
by
Martin Reinecke
Browse files
fix for Python 3
parent
8331847f
Pipeline
#19444
passed with stage
in 4 minutes and 17 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
nifty/domain_tuple.py
View file @
2154c904
...
...
@@ -124,5 +124,5 @@ class DomainTuple(object):
"""
dims
=
(
dom
.
dim
for
dom
in
self
.
_dom
)
return
(
self
.
_accdims
[
ispace
],
self
.
_accdims
[
ispace
+
1
]
/
self
.
_accdims
[
ispace
],
self
.
_accdims
[
-
1
]
/
self
.
_accdims
[
ispace
+
1
])
self
.
_accdims
[
ispace
+
1
]
/
/
self
.
_accdims
[
ispace
],
self
.
_accdims
[
-
1
]
/
/
self
.
_accdims
[
ispace
+
1
])
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