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
0af76dd6
Commit
0af76dd6
authored
Sep 16, 2017
by
Martin Reinecke
Browse files
try to bisect the problem
parent
e354cd14
Pipeline
#18297
passed with stage
in 5 minutes and 54 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
nifty2go/spaces/rg_space/rg_space.py
View file @
0af76dd6
...
...
@@ -87,7 +87,7 @@ class RGSpace(Space):
self
.
_shape
=
self
.
_parse_shape
(
shape
)
self
.
_distances
=
self
.
_parse_distances
(
distances
)
#self._wgt = reduce(lambda x, y: x*y, self._distances)
#
self._dim = int(reduce(lambda x, y: x*y, self._shape))
self
.
_dim
=
int
(
reduce
(
lambda
x
,
y
:
x
*
y
,
self
.
_shape
))
def
__repr__
(
self
):
return
(
"RGSpace(shape=%r, distances=%r, harmonic=%r)"
...
...
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